pub enum ONEBITR {
SAMPLE3,
SAMPLE1,
}
Expand description
Possible values of the field ONEBIT
Variants§
Implementations§
Source§impl ONEBITR
impl ONEBITR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1)
Sourcepub fn is_sample3(&self) -> bool
pub fn is_sample3(&self) -> bool
Checks if the value of the field is SAMPLE3
Sourcepub fn is_sample1(&self) -> bool
pub fn is_sample1(&self) -> bool
Checks if the value of the field is SAMPLE1
Trait Implementations§
impl Copy for ONEBITR
impl StructuralPartialEq for ONEBITR
Auto Trait Implementations§
impl Freeze for ONEBITR
impl RefUnwindSafe for ONEBITR
impl Send for ONEBITR
impl Sync for ONEBITR
impl Unpin for ONEBITR
impl UnwindSafe for ONEBITR
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