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