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