pub enum MCFW {
UNFROZEN,
FROZEN,
}
Expand description
Values that can be written to the field MCF
Variants§
Auto Trait Implementations§
impl Freeze for MCFW
impl RefUnwindSafe for MCFW
impl Send for MCFW
impl Sync for MCFW
impl Unpin for MCFW
impl UnwindSafe for MCFW
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