pub struct CSKIP_R(/* private fields */);Expand description
Field CSKIP reader - Skip rules on Carry if needed. This operation will be skipped based on Carry value (from previous operation) if not 0:
Implementations§
Source§impl CSKIP_R
impl CSKIP_R
Sourcepub fn is_no_skip(&self) -> bool
pub fn is_no_skip(&self) -> bool
Checks if the value of the field is NO_SKIP
Sourcepub fn is_skip_if_1(&self) -> bool
pub fn is_skip_if_1(&self) -> bool
Checks if the value of the field is SKIP_IF_1
Sourcepub fn is_skip_if_0(&self) -> bool
pub fn is_skip_if_0(&self) -> bool
Checks if the value of the field is SKIP_IF_0
Sourcepub fn is_set_and_skip(&self) -> bool
pub fn is_set_and_skip(&self) -> bool
Checks if the value of the field is SET_AND_SKIP
Methods from Deref<Target = FieldReader<u8, CSKIP_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CSKIP_R
impl RefUnwindSafe for CSKIP_R
impl Send for CSKIP_R
impl Sync for CSKIP_R
impl Unpin for CSKIP_R
impl UnwindSafe for CSKIP_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