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