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