pub struct STOP_R(/* private fields */);Expand description
Field STOP reader - STOP bits
Implementations§
Source§impl STOP_R
impl STOP_R
Sourcepub fn is_stop0p5(&self) -> bool
pub fn is_stop0p5(&self) -> bool
Checks if the value of the field is STOP0P5
Sourcepub fn is_stop1p5(&self) -> bool
pub fn is_stop1p5(&self) -> bool
Checks if the value of the field is STOP1P5
Methods from Deref<Target = FieldReader<u8, STOP_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for STOP_R
impl RefUnwindSafe for STOP_R
impl Send for STOP_R
impl Sync for STOP_R
impl Unpin for STOP_R
impl UnwindSafe for STOP_R
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