#[repr(transparent)]pub struct Icnp(pub u32);Expand description
Interrupt Control Nonprivilege
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Icnp
impl Eq for Icnp
impl StructuralPartialEq for Icnp
Auto Trait Implementations§
impl Freeze for Icnp
impl RefUnwindSafe for Icnp
impl Send for Icnp
impl Sync for Icnp
impl Unpin for Icnp
impl UnwindSafe for Icnp
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