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