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