#[repr(u8)]pub enum Spllsscg1Mc {
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 Spllsscg1Mc
impl Spllsscg1Mc
Trait Implementations§
Source§impl Clone for Spllsscg1Mc
impl Clone for Spllsscg1Mc
Source§fn clone(&self) -> Spllsscg1Mc
fn clone(&self) -> Spllsscg1Mc
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 Spllsscg1Mc
impl Debug for Spllsscg1Mc
Source§impl From<Spllsscg1Mc> for u8
impl From<Spllsscg1Mc> for u8
Source§fn from(val: Spllsscg1Mc) -> u8
fn from(val: Spllsscg1Mc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Spllsscg1Mc
impl From<u8> for Spllsscg1Mc
Source§fn from(val: u8) -> Spllsscg1Mc
fn from(val: u8) -> Spllsscg1Mc
Converts to this type from the input type.
Source§impl Ord for Spllsscg1Mc
impl Ord for Spllsscg1Mc
Source§fn cmp(&self, other: &Spllsscg1Mc) -> Ordering
fn cmp(&self, other: &Spllsscg1Mc) -> 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 Spllsscg1Mc
impl PartialEq for Spllsscg1Mc
Source§impl PartialOrd for Spllsscg1Mc
impl PartialOrd for Spllsscg1Mc
impl Copy for Spllsscg1Mc
impl Eq for Spllsscg1Mc
impl StructuralPartialEq for Spllsscg1Mc
Auto Trait Implementations§
impl Freeze for Spllsscg1Mc
impl RefUnwindSafe for Spllsscg1Mc
impl Send for Spllsscg1Mc
impl Sync for Spllsscg1Mc
impl Unpin for Spllsscg1Mc
impl UnwindSafe for Spllsscg1Mc
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