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