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