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