pub struct LocalInterruptControllerId(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
source§impl Clone for LocalInterruptControllerId
impl Clone for LocalInterruptControllerId
source§fn clone(&self) -> LocalInterruptControllerId
fn clone(&self) -> LocalInterruptControllerId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LocalInterruptControllerId
impl Debug for LocalInterruptControllerId
impl Copy for LocalInterruptControllerId
Auto Trait Implementations§
impl RefUnwindSafe for LocalInterruptControllerId
impl Send for LocalInterruptControllerId
impl Sync for LocalInterruptControllerId
impl Unpin for LocalInterruptControllerId
impl UnwindSafe for LocalInterruptControllerId
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more