#[repr(transparent)]pub struct PvtMonitor0DelaysLsb(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl PvtMonitor0DelaysLsb
impl PvtMonitor0DelaysLsb
Sourcepub const fn delay_valid(&self) -> bool
pub const fn delay_valid(&self) -> bool
no description available
Sourcepub const fn set_delay_valid(&mut self, val: bool)
pub const fn set_delay_valid(&mut self, val: bool)
no description available
Sourcepub const fn set_delay_0(&mut self, val: u16)
pub const fn set_delay_0(&mut self, val: u16)
Delay in us.
Sourcepub const fn set_delay_1(&mut self, val: u16)
pub const fn set_delay_1(&mut self, val: u16)
Delay in us.
Sourcepub const fn set_delay_2(&mut self, val: u16)
pub const fn set_delay_2(&mut self, val: u16)
Delay in us.
Trait Implementations§
Source§impl Clone for PvtMonitor0DelaysLsb
impl Clone for PvtMonitor0DelaysLsb
Source§fn clone(&self) -> PvtMonitor0DelaysLsb
fn clone(&self) -> PvtMonitor0DelaysLsb
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 PvtMonitor0DelaysLsb
impl Debug for PvtMonitor0DelaysLsb
Source§impl Default for PvtMonitor0DelaysLsb
impl Default for PvtMonitor0DelaysLsb
Source§fn default() -> PvtMonitor0DelaysLsb
fn default() -> PvtMonitor0DelaysLsb
Returns the “default value” for a type. Read more
Source§impl PartialEq for PvtMonitor0DelaysLsb
impl PartialEq for PvtMonitor0DelaysLsb
impl Copy for PvtMonitor0DelaysLsb
impl Eq for PvtMonitor0DelaysLsb
impl StructuralPartialEq for PvtMonitor0DelaysLsb
Auto Trait Implementations§
impl Freeze for PvtMonitor0DelaysLsb
impl RefUnwindSafe for PvtMonitor0DelaysLsb
impl Send for PvtMonitor0DelaysLsb
impl Sync for PvtMonitor0DelaysLsb
impl Unpin for PvtMonitor0DelaysLsb
impl UnwindSafe for PvtMonitor0DelaysLsb
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