#[repr(transparent)]pub struct Ch3opts(pub u32);Expand description
DCP channel 3 options register
Tuple Fields§
§0: u32Implementations§
Source§impl Ch3opts
impl Ch3opts
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§
impl Copy for Ch3opts
impl Eq for Ch3opts
impl StructuralPartialEq for Ch3opts
Auto Trait Implementations§
impl Freeze for Ch3opts
impl RefUnwindSafe for Ch3opts
impl Send for Ch3opts
impl Sync for Ch3opts
impl Unpin for Ch3opts
impl UnwindSafe for Ch3opts
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