pub struct PATH_R(_);
Expand description
Field PATH
reader - Path Selection
Implementations
sourceimpl PATH_R
impl PATH_R
sourcepub fn is_synchronous(&self) -> bool
pub fn is_synchronous(&self) -> bool
Checks if the value of the field is SYNCHRONOUS
sourcepub fn is_resynchronized(&self) -> bool
pub fn is_resynchronized(&self) -> bool
Checks if the value of the field is RESYNCHRONIZED
sourcepub fn is_asynchronous(&self) -> bool
pub fn is_asynchronous(&self) -> bool
Checks if the value of the field is ASYNCHRONOUS
Methods from Deref<Target = FieldReader<u8, PATH_A>>
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).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PATH_R
impl Send for PATH_R
impl Sync for PATH_R
impl Unpin for PATH_R
impl UnwindSafe for PATH_R
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more