pub struct HEAD10R_R(/* private fields */);
Expand description
Field HEAD10R
reader - 10-bit address header only read direction (master receiver mode)
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HEAD10R_R
impl RefUnwindSafe for HEAD10R_R
impl Send for HEAD10R_R
impl Sync for HEAD10R_R
impl Unpin for HEAD10R_R
impl UnwindSafe for HEAD10R_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