pub enum ANACKR {
NOTPRESENT,
PRESENT,
}Expand description
Possible values of the field ANACK
Variants§
Implementations§
Source§impl ANACKR
impl ANACKR
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_not_present(&self) -> bool
pub fn is_not_present(&self) -> bool
Checks if the value of the field is NOTPRESENT
Sourcepub fn is_present(&self) -> bool
pub fn is_present(&self) -> bool
Checks if the value of the field is PRESENT
Trait Implementations§
impl Copy for ANACKR
impl StructuralPartialEq for ANACKR
Auto Trait Implementations§
impl Freeze for ANACKR
impl RefUnwindSafe for ANACKR
impl Send for ANACKR
impl Sync for ANACKR
impl Unpin for ANACKR
impl UnsafeUnpin for ANACKR
impl UnwindSafe for ANACKR
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