pub struct SscPrescaleNum(/* private fields */);Implementations§
Source§impl SscPrescaleNum
impl SscPrescaleNum
Sourcepub const SSC_PRESCALE_NUM_0: Self
pub const SSC_PRESCALE_NUM_0: Self
div1
Sourcepub const SSC_PRESCALE_NUM_1: Self
pub const SSC_PRESCALE_NUM_1: Self
div2
Sourcepub const SSC_PRESCALE_NUM_3: Self
pub const SSC_PRESCALE_NUM_3: Self
div4
Sourcepub const SSC_PRESCALE_NUM_7: Self
pub const SSC_PRESCALE_NUM_7: Self
div8
Sourcepub const SSC_PRESCALE_NUM_15: Self
pub const SSC_PRESCALE_NUM_15: Self
div16
Sourcepub const SSC_PRESCALE_NUM_31: Self
pub const SSC_PRESCALE_NUM_31: Self
div32
Sourcepub const SSC_PRESCALE_NUM_63: Self
pub const SSC_PRESCALE_NUM_63: Self
div64
Sourcepub const SSC_PRESCALE_NUM_127: Self
pub const SSC_PRESCALE_NUM_127: Self
div128
Sourcepub const SSC_PRESCALE_NUM_255: Self
pub const SSC_PRESCALE_NUM_255: Self
div256
Trait Implementations§
Source§impl Clone for SscPrescaleNum
impl Clone for SscPrescaleNum
Source§fn clone(&self) -> SscPrescaleNum
fn clone(&self) -> SscPrescaleNum
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 SscPrescaleNum
impl Debug for SscPrescaleNum
Source§impl From<SscPrescaleNum> for u16
impl From<SscPrescaleNum> for u16
Source§fn from(val: SscPrescaleNum) -> u16
fn from(val: SscPrescaleNum) -> u16
Converts to this type from the input type.
Source§impl From<u16> for SscPrescaleNum
impl From<u16> for SscPrescaleNum
Source§fn from(val: u16) -> SscPrescaleNum
fn from(val: u16) -> SscPrescaleNum
Converts to this type from the input type.
Source§impl Ord for SscPrescaleNum
impl Ord for SscPrescaleNum
Source§fn cmp(&self, other: &SscPrescaleNum) -> Ordering
fn cmp(&self, other: &SscPrescaleNum) -> 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 SscPrescaleNum
impl PartialEq for SscPrescaleNum
Source§impl PartialOrd for SscPrescaleNum
impl PartialOrd for SscPrescaleNum
impl Copy for SscPrescaleNum
impl Eq for SscPrescaleNum
impl StructuralPartialEq for SscPrescaleNum
Auto Trait Implementations§
impl Freeze for SscPrescaleNum
impl RefUnwindSafe for SscPrescaleNum
impl Send for SscPrescaleNum
impl Sync for SscPrescaleNum
impl Unpin for SscPrescaleNum
impl UnwindSafe for SscPrescaleNum
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