#[repr(u8)]pub enum Apllsscg1Mc {
NO_COMP = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
MAX_COMP = 3,
}Variants§
NO_COMP = 0
MC[1:0] no compensation
_RESERVED_1 = 1
_RESERVED_2 = 2
MAX_COMP = 3
MC[1:0] maximum compensation
Implementations§
Source§impl Apllsscg1Mc
impl Apllsscg1Mc
Trait Implementations§
Source§impl Clone for Apllsscg1Mc
impl Clone for Apllsscg1Mc
Source§fn clone(&self) -> Apllsscg1Mc
fn clone(&self) -> Apllsscg1Mc
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 Apllsscg1Mc
impl Debug for Apllsscg1Mc
Source§impl From<Apllsscg1Mc> for u8
impl From<Apllsscg1Mc> for u8
Source§fn from(val: Apllsscg1Mc) -> u8
fn from(val: Apllsscg1Mc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Apllsscg1Mc
impl From<u8> for Apllsscg1Mc
Source§fn from(val: u8) -> Apllsscg1Mc
fn from(val: u8) -> Apllsscg1Mc
Converts to this type from the input type.
Source§impl Ord for Apllsscg1Mc
impl Ord for Apllsscg1Mc
Source§fn cmp(&self, other: &Apllsscg1Mc) -> Ordering
fn cmp(&self, other: &Apllsscg1Mc) -> 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 Apllsscg1Mc
impl PartialEq for Apllsscg1Mc
Source§impl PartialOrd for Apllsscg1Mc
impl PartialOrd for Apllsscg1Mc
impl Copy for Apllsscg1Mc
impl Eq for Apllsscg1Mc
impl StructuralPartialEq for Apllsscg1Mc
Auto Trait Implementations§
impl Freeze for Apllsscg1Mc
impl RefUnwindSafe for Apllsscg1Mc
impl Send for Apllsscg1Mc
impl Sync for Apllsscg1Mc
impl Unpin for Apllsscg1Mc
impl UnwindSafe for Apllsscg1Mc
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