Struct autd3_driver::operation::FocusSTMProps
source · pub struct FocusSTMProps {
pub freq_div: u32,
pub sound_speed: f64,
pub start_idx: Option<u16>,
pub finish_idx: Option<u16>,
}Fields§
§freq_div: u32§sound_speed: f64§start_idx: Option<u16>§finish_idx: Option<u16>Trait Implementations§
source§impl Clone for FocusSTMProps
impl Clone for FocusSTMProps
source§fn clone(&self) -> FocusSTMProps
fn clone(&self) -> FocusSTMProps
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for FocusSTMProps
impl Default for FocusSTMProps
source§fn default() -> FocusSTMProps
fn default() -> FocusSTMProps
Returns the “default value” for a type. Read more
impl Copy for FocusSTMProps
Auto Trait Implementations§
impl RefUnwindSafe for FocusSTMProps
impl Send for FocusSTMProps
impl Sync for FocusSTMProps
impl Unpin for FocusSTMProps
impl UnwindSafe for FocusSTMProps
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