Struct libspa_sys::spa_io_latency
source · #[repr(C)]pub struct spa_io_latency {
pub rate: spa_fraction,
pub min: u64,
pub max: u64,
}
Expand description
latency reporting
Fields§
§rate: spa_fraction
< rate for min/max
min: u64
< min latency
max: u64
< max latency
Trait Implementations§
source§impl Clone for spa_io_latency
impl Clone for spa_io_latency
source§fn clone(&self) -> spa_io_latency
fn clone(&self) -> spa_io_latency
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_latency
impl Debug for spa_io_latency
source§impl PartialEq for spa_io_latency
impl PartialEq for spa_io_latency
source§fn eq(&self, other: &spa_io_latency) -> bool
fn eq(&self, other: &spa_io_latency) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_io_latency
impl Eq for spa_io_latency
impl StructuralPartialEq for spa_io_latency
Auto Trait Implementations§
impl RefUnwindSafe for spa_io_latency
impl Send for spa_io_latency
impl Sync for spa_io_latency
impl Unpin for spa_io_latency
impl UnwindSafe for spa_io_latency
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