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