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