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