Enum Crrif
#[repr(u8)]pub enum Crrif {
_RESERVED_0 = 0,
Clear = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Crrif
impl Eq for Crrif
§impl Ord for Crrif
impl Ord for Crrif
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Crrif
impl PartialOrd for Crrif
impl StructuralPartialEq for Crrif
Auto Trait Implementations§
impl Freeze for Crrif
impl RefUnwindSafe for Crrif
impl Send for Crrif
impl Sync for Crrif
impl Unpin for Crrif
impl UnsafeUnpin for Crrif
impl UnwindSafe for Crrif
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