pub struct SystemInterruptControllerId(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
source§impl Clone for SystemInterruptControllerId
impl Clone for SystemInterruptControllerId
source§fn clone(&self) -> SystemInterruptControllerId
fn clone(&self) -> SystemInterruptControllerId
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 SystemInterruptControllerId
impl Debug for SystemInterruptControllerId
impl Copy for SystemInterruptControllerId
Auto Trait Implementations§
impl RefUnwindSafe for SystemInterruptControllerId
impl Send for SystemInterruptControllerId
impl Sync for SystemInterruptControllerId
impl Unpin for SystemInterruptControllerId
impl UnwindSafe for SystemInterruptControllerId
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