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