Struct autd3_driver::operation::SyncAdvanced
source · pub struct SyncAdvanced { /* private fields */ }Trait Implementations§
source§impl Operation for SyncAdvanced
impl Operation for SyncAdvanced
fn pack(&mut self, tx: &mut TxDatagram) -> Result<(), DriverError>
fn init(&mut self)
fn is_finished(&self) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for SyncAdvanced
impl Send for SyncAdvanced
impl Sync for SyncAdvanced
impl Unpin for SyncAdvanced
impl UnwindSafe for SyncAdvanced
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