pub struct BRR_R(/* private fields */);
Expand description
Field BRR
reader - BRR
Methods from Deref<Target = FieldReader<u32, u32>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BRR_R
impl RefUnwindSafe for BRR_R
impl Send for BRR_R
impl Sync for BRR_R
impl Unpin for BRR_R
impl UnwindSafe for BRR_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