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