Struct Vdes
#[repr(transparent)]pub struct Vdes(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Vdes
impl Ord for Vdes
§impl PartialOrd for Vdes
impl PartialOrd for Vdes
impl Copy for Vdes
impl Eq for Vdes
impl StructuralPartialEq for Vdes
Auto Trait Implementations§
impl Freeze for Vdes
impl RefUnwindSafe for Vdes
impl Send for Vdes
impl Sync for Vdes
impl Unpin for Vdes
impl UnwindSafe for Vdes
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