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