Enum Ma1f
pub enum Ma1f {
_0 = 0,
_1 = 1,
}Expand description
Match 1 Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Ma1f
impl Eq for Ma1f
impl StructuralPartialEq for Ma1f
Auto Trait Implementations§
impl Freeze for Ma1f
impl RefUnwindSafe for Ma1f
impl Send for Ma1f
impl Sync for Ma1f
impl Unpin for Ma1f
impl UnwindSafe for Ma1f
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