pub struct LEC_R(/* private fields */);Expand description
Field LEC reader - LEC
Implementations§
Source§impl LEC_R
impl LEC_R
Sourcepub fn is_no_error(&self) -> bool
pub fn is_no_error(&self) -> bool
Checks if the value of the field is NOERROR
Sourcepub fn is_bit_recessive(&self) -> bool
pub fn is_bit_recessive(&self) -> bool
Checks if the value of the field is BITRECESSIVE
Sourcepub fn is_bit_dominant(&self) -> bool
pub fn is_bit_dominant(&self) -> bool
Checks if the value of the field is BITDOMINANT
Methods from Deref<Target = FieldReader<u8, LEC_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LEC_R
impl RefUnwindSafe for LEC_R
impl Send for LEC_R
impl Sync for LEC_R
impl Unpin for LEC_R
impl UnwindSafe for LEC_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