Struct libspa_sys::spa_io_rate_match
source · #[repr(C)]pub struct spa_io_rate_match {
pub delay: u32,
pub size: u32,
pub rate: f64,
pub flags: u32,
pub padding: [u32; 7],
}
Expand description
rate matching
Fields§
§delay: u32
< extra delay in samples for resampler
size: u32
< requested input size for resampler
rate: f64
< rate for resampler
flags: u32
< extra flags
padding: [u32; 7]
Trait Implementations§
source§impl Clone for spa_io_rate_match
impl Clone for spa_io_rate_match
source§fn clone(&self) -> spa_io_rate_match
fn clone(&self) -> spa_io_rate_match
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 Debug for spa_io_rate_match
impl Debug for spa_io_rate_match
source§impl PartialEq for spa_io_rate_match
impl PartialEq for spa_io_rate_match
source§fn eq(&self, other: &spa_io_rate_match) -> bool
fn eq(&self, other: &spa_io_rate_match) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_io_rate_match
impl StructuralPartialEq for spa_io_rate_match
Auto Trait Implementations§
impl RefUnwindSafe for spa_io_rate_match
impl Send for spa_io_rate_match
impl Sync for spa_io_rate_match
impl Unpin for spa_io_rate_match
impl UnwindSafe for spa_io_rate_match
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