Struct autd3_driver::fpga::Drive
source · pub struct Drive {
pub phase: f64,
pub amp: f64,
}
Fields§
§phase: f64
§amp: f64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Drive
impl Send for Drive
impl Sync for Drive
impl Unpin for Drive
impl UnwindSafe for Drive
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