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