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