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