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