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