Struct autd3_driver::operation::GainSTMProps
source · pub struct GainSTMProps {
pub freq_div: u32,
pub mode: Mode,
pub start_idx: Option<u16>,
pub finish_idx: Option<u16>,
}Fields§
§freq_div: u32§mode: Mode§start_idx: Option<u16>§finish_idx: Option<u16>Trait Implementations§
source§impl Clone for GainSTMProps
impl Clone for GainSTMProps
source§fn clone(&self) -> GainSTMProps
fn clone(&self) -> GainSTMProps
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 GainSTMProps
impl Default for GainSTMProps
source§fn default() -> GainSTMProps
fn default() -> GainSTMProps
Returns the “default value” for a type. Read more
impl Copy for GainSTMProps
Auto Trait Implementations§
impl RefUnwindSafe for GainSTMProps
impl Send for GainSTMProps
impl Sync for GainSTMProps
impl Unpin for GainSTMProps
impl UnwindSafe for GainSTMProps
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