#[repr(transparent)]pub struct Linit(pub u16);Expand description
Lower Initialization
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Linit
impl Eq for Linit
impl StructuralPartialEq for Linit
Auto Trait Implementations§
impl Freeze for Linit
impl RefUnwindSafe for Linit
impl Send for Linit
impl Sync for Linit
impl Unpin for Linit
impl UnwindSafe for Linit
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