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