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