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