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