#[repr(transparent)]pub struct RefreshCnt(pub u32);
Tuple Fields§
§0: u32
Implementations§
Source§impl RefreshCnt
impl RefreshCnt
Sourcepub const CONTINUOUS: Self = _
pub const CONTINUOUS: Self = _
Update every PWM period
Source§impl RefreshCnt
impl RefreshCnt
Trait Implementations§
Source§impl Clone for RefreshCnt
impl Clone for RefreshCnt
Source§fn clone(&self) -> RefreshCnt
fn clone(&self) -> RefreshCnt
Returns a copy 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 From<RefreshCnt> for u32
impl From<RefreshCnt> for u32
Source§fn from(val: RefreshCnt) -> u32
fn from(val: RefreshCnt) -> u32
Converts to this type from the input type.
Source§impl From<u32> for RefreshCnt
impl From<u32> for RefreshCnt
Source§fn from(val: u32) -> RefreshCnt
fn from(val: u32) -> RefreshCnt
Converts to this type from the input type.
Source§impl Ord for RefreshCnt
impl Ord for RefreshCnt
Source§fn cmp(&self, other: &RefreshCnt) -> Ordering
fn cmp(&self, other: &RefreshCnt) -> 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 RefreshCnt
impl PartialEq for RefreshCnt
Source§impl PartialOrd for RefreshCnt
impl PartialOrd for RefreshCnt
impl Copy for RefreshCnt
impl Eq for RefreshCnt
impl StructuralPartialEq for RefreshCnt
Auto Trait Implementations§
impl Freeze for RefreshCnt
impl RefUnwindSafe for RefreshCnt
impl Send for RefreshCnt
impl Sync for RefreshCnt
impl Unpin for RefreshCnt
impl UnwindSafe for RefreshCnt
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)