#[repr(C)]pub struct spa_io_latency {
pub rate: spa_fraction,
pub min: u64,
pub max: u64,
}
Expand description
Latency reporting
Currently not used in PipeWire. Instead, \see spa_param_latency
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 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 spa_io_latency
impl Debug for spa_io_latency
Source§impl PartialEq for spa_io_latency
impl PartialEq for spa_io_latency
impl Copy for spa_io_latency
impl Eq for spa_io_latency
impl StructuralPartialEq for spa_io_latency
Auto Trait Implementations§
impl Freeze for spa_io_latency
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