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