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