pub struct VinylVfxContext {
pub sample_rate: f64,
pub rpm: f64,
pub start_turns: f64,
pub end_turns: f64,
pub start_position: f64,
pub end_position: f64,
pub total_frames: usize,
pub pressing_seed: u32,
}Fields§
§sample_rate: f64§rpm: f64§start_turns: f64§end_turns: f64§start_position: f64§end_position: f64§total_frames: usize§pressing_seed: u32Trait Implementations§
Source§impl Clone for VinylVfxContext
impl Clone for VinylVfxContext
Source§fn clone(&self) -> VinylVfxContext
fn clone(&self) -> VinylVfxContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VinylVfxContext
Source§impl Debug for VinylVfxContext
impl Debug for VinylVfxContext
Auto Trait Implementations§
impl Freeze for VinylVfxContext
impl RefUnwindSafe for VinylVfxContext
impl Send for VinylVfxContext
impl Sync for VinylVfxContext
impl Unpin for VinylVfxContext
impl UnsafeUnpin for VinylVfxContext
impl UnwindSafe for VinylVfxContext
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