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