pub enum SyncInput {
None,
Internal,
External(SyncInputInstance),
}
Expand description
Sync input between SAI units/blocks.
Variants§
None
Not synced to any other SAI unit.
Internal
Syncs with the other A/B sub-block within the SAI unit
External(SyncInputInstance)
Syncs with a sub-block in the other SAI unit
Trait Implementations§
impl Copy for SyncInput
impl StructuralPartialEq for SyncInput
Auto Trait Implementations§
impl Freeze for SyncInput
impl RefUnwindSafe for SyncInput
impl Send for SyncInput
impl Sync for SyncInput
impl Unpin for SyncInput
impl UnwindSafe for SyncInput
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)