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