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