#[repr(u8)]pub enum Vs18 {
VS18_0 = 0,
VS18_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Vs18
impl Ord for Vs18
Source§impl PartialOrd for Vs18
impl PartialOrd for Vs18
impl Copy for Vs18
impl Eq for Vs18
impl StructuralPartialEq for Vs18
Auto Trait Implementations§
impl Freeze for Vs18
impl RefUnwindSafe for Vs18
impl Send for Vs18
impl Sync for Vs18
impl Unpin for Vs18
impl UnwindSafe for Vs18
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