pub struct SampleRateChunk {
pub chunk: Chunk,
pub sample_rate: Ulong,
}Fields§
§chunk: Chunk§sample_rate: UlongTrait Implementations§
Source§impl Clone for SampleRateChunk
impl Clone for SampleRateChunk
Source§fn clone(&self) -> SampleRateChunk
fn clone(&self) -> SampleRateChunk
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 SampleRateChunk
impl Debug for SampleRateChunk
Auto Trait Implementations§
impl Freeze for SampleRateChunk
impl RefUnwindSafe for SampleRateChunk
impl Send for SampleRateChunk
impl Sync for SampleRateChunk
impl Unpin for SampleRateChunk
impl UnwindSafe for SampleRateChunk
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