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