#[repr(u8)]pub enum DivideTrim {
CFG0 = 0,
CFG1 = 1,
}Variants§
Implementations§
Source§impl DivideTrim
impl DivideTrim
Trait Implementations§
Source§impl Clone for DivideTrim
impl Clone for DivideTrim
Source§fn clone(&self) -> DivideTrim
fn clone(&self) -> DivideTrim
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DivideTrim
impl Debug for DivideTrim
Source§impl From<DivideTrim> for u8
impl From<DivideTrim> for u8
Source§fn from(val: DivideTrim) -> u8
fn from(val: DivideTrim) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DivideTrim
impl From<u8> for DivideTrim
Source§fn from(val: u8) -> DivideTrim
fn from(val: u8) -> DivideTrim
Converts to this type from the input type.
Source§impl Ord for DivideTrim
impl Ord for DivideTrim
Source§fn cmp(&self, other: &DivideTrim) -> Ordering
fn cmp(&self, other: &DivideTrim) -> Ordering
1.21.0 · 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
Source§impl PartialEq for DivideTrim
impl PartialEq for DivideTrim
Source§impl PartialOrd for DivideTrim
impl PartialOrd for DivideTrim
impl Copy for DivideTrim
impl Eq for DivideTrim
impl StructuralPartialEq for DivideTrim
Auto Trait Implementations§
impl Freeze for DivideTrim
impl RefUnwindSafe for DivideTrim
impl Send for DivideTrim
impl Sync for DivideTrim
impl Unpin for DivideTrim
impl UnwindSafe for DivideTrim
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