#[repr(transparent)]pub struct LpwkupDelay(pub u32);Expand description
Low Power Wake-Up Delay
Tuple Fields§
§0: u32Implementations§
Source§impl LpwkupDelay
impl LpwkupDelay
Sourcepub const fn lpwkup_delay(&self) -> u16
pub const fn lpwkup_delay(&self) -> u16
Low-Power Wake-Up Delay
Sourcepub const fn set_lpwkup_delay(&mut self, val: u16)
pub const fn set_lpwkup_delay(&mut self, val: u16)
Low-Power Wake-Up Delay
Trait Implementations§
Source§impl Clone for LpwkupDelay
impl Clone for LpwkupDelay
Source§fn clone(&self) -> LpwkupDelay
fn clone(&self) -> LpwkupDelay
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 LpwkupDelay
impl Debug for LpwkupDelay
Source§impl Default for LpwkupDelay
impl Default for LpwkupDelay
Source§fn default() -> LpwkupDelay
fn default() -> LpwkupDelay
Returns the “default value” for a type. Read more
Source§impl PartialEq for LpwkupDelay
impl PartialEq for LpwkupDelay
impl Copy for LpwkupDelay
impl Eq for LpwkupDelay
impl StructuralPartialEq for LpwkupDelay
Auto Trait Implementations§
impl Freeze for LpwkupDelay
impl RefUnwindSafe for LpwkupDelay
impl Send for LpwkupDelay
impl Sync for LpwkupDelay
impl Unpin for LpwkupDelay
impl UnwindSafe for LpwkupDelay
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