pub struct SPI2SMENR { /* private fields */ }Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for SPI2SMENR
impl RefUnwindSafe for SPI2SMENR
impl Send for SPI2SMENR
impl Sync for SPI2SMENR
impl Unpin for SPI2SMENR
impl UnwindSafe for SPI2SMENR
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