#[repr(transparent)]pub struct PvtMonitor1DelaysLsb(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl PvtMonitor1DelaysLsb
impl PvtMonitor1DelaysLsb
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 PvtMonitor1DelaysLsb
impl Clone for PvtMonitor1DelaysLsb
Source§fn clone(&self) -> PvtMonitor1DelaysLsb
fn clone(&self) -> PvtMonitor1DelaysLsb
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 PvtMonitor1DelaysLsb
impl Debug for PvtMonitor1DelaysLsb
Source§impl Default for PvtMonitor1DelaysLsb
impl Default for PvtMonitor1DelaysLsb
Source§fn default() -> PvtMonitor1DelaysLsb
fn default() -> PvtMonitor1DelaysLsb
Returns the “default value” for a type. Read more
Source§impl PartialEq for PvtMonitor1DelaysLsb
impl PartialEq for PvtMonitor1DelaysLsb
impl Copy for PvtMonitor1DelaysLsb
impl Eq for PvtMonitor1DelaysLsb
impl StructuralPartialEq for PvtMonitor1DelaysLsb
Auto Trait Implementations§
impl Freeze for PvtMonitor1DelaysLsb
impl RefUnwindSafe for PvtMonitor1DelaysLsb
impl Send for PvtMonitor1DelaysLsb
impl Sync for PvtMonitor1DelaysLsb
impl Unpin for PvtMonitor1DelaysLsb
impl UnwindSafe for PvtMonitor1DelaysLsb
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