pub enum TNPR {
_00,
_01,
_10,
_11,
}Expand description
Possible values of the field TNP
Variants§
Implementations§
Trait Implementations§
impl Copy for TNPR
impl StructuralPartialEq for TNPR
Auto Trait Implementations§
impl Freeze for TNPR
impl RefUnwindSafe for TNPR
impl Send for TNPR
impl Sync for TNPR
impl Unpin for TNPR
impl UnwindSafe for TNPR
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