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