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