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