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