pub struct Asynchronous;
Expand description
Asynchronous SAI sub-block which has not yet been configured.
Asynchronous means that the sub-block has its own set of clock pins.
Auto Trait Implementations§
impl Freeze for Asynchronous
impl RefUnwindSafe for Asynchronous
impl Send for Asynchronous
impl Sync for Asynchronous
impl Unpin for Asynchronous
impl UnwindSafe for Asynchronous
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