#[repr(transparent)]pub struct Ch3optsSet(pub u32);Expand description
DCP channel 3 options register
Tuple Fields§
§0: u32Implementations§
Source§impl Ch3optsSet
impl Ch3optsSet
Sourcepub const fn recovery_timer(&self) -> u16
pub const fn recovery_timer(&self) -> u16
This field indicates the recovery time for the channel
Sourcepub const fn set_recovery_timer(&mut self, val: u16)
pub const fn set_recovery_timer(&mut self, val: u16)
This field indicates the recovery time for the channel
Trait Implementations§
Source§impl Clone for Ch3optsSet
impl Clone for Ch3optsSet
Source§fn clone(&self) -> Ch3optsSet
fn clone(&self) -> Ch3optsSet
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 Ch3optsSet
impl Debug for Ch3optsSet
Source§impl Default for Ch3optsSet
impl Default for Ch3optsSet
Source§fn default() -> Ch3optsSet
fn default() -> Ch3optsSet
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ch3optsSet
impl PartialEq for Ch3optsSet
impl Copy for Ch3optsSet
impl Eq for Ch3optsSet
impl StructuralPartialEq for Ch3optsSet
Auto Trait Implementations§
impl Freeze for Ch3optsSet
impl RefUnwindSafe for Ch3optsSet
impl Send for Ch3optsSet
impl Sync for Ch3optsSet
impl Unpin for Ch3optsSet
impl UnwindSafe for Ch3optsSet
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