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