pub struct SPDCONF_R(/* private fields */);Expand description
Field SPDCONF reader - Mode Configuration
Implementations§
Methods from Deref<Target = FieldReader<u8, SPDCONF_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SPDCONF_R
impl RefUnwindSafe for SPDCONF_R
impl Send for SPDCONF_R
impl Sync for SPDCONF_R
impl Unpin for SPDCONF_R
impl UnwindSafe for SPDCONF_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