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