pub enum TNPW {
_00,
_01,
_10,
_11,
}Expand description
Values that can be written to the field TNP
Variants§
Auto Trait Implementations§
impl Freeze for TNPW
impl RefUnwindSafe for TNPW
impl Send for TNPW
impl Sync for TNPW
impl Unpin for TNPW
impl UnwindSafe for TNPW
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