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