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