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