pub struct ConstantSourceOptions {
pub offset: f32,
}
Expand description
Options for constructing an ConstantSourceNode
Fields§
§offset: f32
Initial parameter value of the constant signal
Trait Implementations§
Source§impl Clone for ConstantSourceOptions
impl Clone for ConstantSourceOptions
Source§fn clone(&self) -> ConstantSourceOptions
fn clone(&self) -> ConstantSourceOptions
Returns a duplicate 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 Debug for ConstantSourceOptions
impl Debug for ConstantSourceOptions
Auto Trait Implementations§
impl Freeze for ConstantSourceOptions
impl RefUnwindSafe for ConstantSourceOptions
impl Send for ConstantSourceOptions
impl Sync for ConstantSourceOptions
impl Unpin for ConstantSourceOptions
impl UnwindSafe for ConstantSourceOptions
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