Struct cortex_m::peripheral::SAU
source · pub struct SAU { /* private fields */ }
Expand description
Security Attribution Unit
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SAU
impl RefUnwindSafe for SAU
impl !Sync for SAU
impl Unpin for SAU
impl UnwindSafe for SAU
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