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