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