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