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