pub struct Sai<'d, T: Instance, W: Word> { /* private fields */ }
Expand description
SAI sub-block driver.
Trait Implementations§
Auto Trait Implementations§
impl<'d, T, W> Freeze for Sai<'d, T, W>where
T: Freeze,
impl<'d, T, W> RefUnwindSafe for Sai<'d, T, W>where
T: RefUnwindSafe,
W: RefUnwindSafe,
impl<'d, T, W> Send for Sai<'d, T, W>
impl<'d, T, W> Sync for Sai<'d, T, W>
impl<'d, T, W> Unpin for Sai<'d, T, W>
impl<'d, T, W> !UnwindSafe for Sai<'d, T, W>
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