pub struct LSBFIRST_R(/* private fields */);Expand description
Field LSBFIRST reader - Frame format
Implementations§
Source§impl LSBFIRST_R
impl LSBFIRST_R
Sourcepub fn variant(&self) -> LSBFIRST_A
pub fn variant(&self) -> LSBFIRST_A
Get enumerated values variant
Sourcepub fn is_msbfirst(&self) -> bool
pub fn is_msbfirst(&self) -> bool
Checks if the value of the field is MSBFIRST
Sourcepub fn is_lsbfirst(&self) -> bool
pub fn is_lsbfirst(&self) -> bool
Checks if the value of the field is LSBFIRST
Methods from Deref<Target = FieldReader<bool, LSBFIRST_A>>§
Trait Implementations§
Source§impl Deref for LSBFIRST_R
impl Deref for LSBFIRST_R
Source§type Target = FieldReader<bool, LSBFIRST_A>
type Target = FieldReader<bool, LSBFIRST_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for LSBFIRST_R
impl RefUnwindSafe for LSBFIRST_R
impl Send for LSBFIRST_R
impl Sync for LSBFIRST_R
impl Unpin for LSBFIRST_R
impl UnwindSafe for LSBFIRST_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