pub struct NOSTRETCH_R(/* private fields */);Expand description
Field NOSTRETCH reader - Clock stretching disable
Implementations§
Source§impl NOSTRETCH_R
impl NOSTRETCH_R
Sourcepub fn variant(&self) -> NOSTRETCH_A
pub fn variant(&self) -> NOSTRETCH_A
Get enumerated values variant
Sourcepub fn is_enabled(&self) -> bool
pub fn is_enabled(&self) -> bool
Checks if the value of the field is ENABLED
Sourcepub fn is_disabled(&self) -> bool
pub fn is_disabled(&self) -> bool
Checks if the value of the field is DISABLED
Methods from Deref<Target = FieldReader<bool, NOSTRETCH_A>>§
Trait Implementations§
Source§impl Deref for NOSTRETCH_R
impl Deref for NOSTRETCH_R
Source§type Target = FieldReader<bool, NOSTRETCH_A>
type Target = FieldReader<bool, NOSTRETCH_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for NOSTRETCH_R
impl RefUnwindSafe for NOSTRETCH_R
impl Send for NOSTRETCH_R
impl Sync for NOSTRETCH_R
impl Unpin for NOSTRETCH_R
impl UnwindSafe for NOSTRETCH_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