pub struct Latencies {
pub input: i32,
pub output: i32,
}Expand description
Hardware latency in frames for the input and output streams.
Fields§
§input: i32§output: i32Trait Implementations§
impl Copy for Latencies
impl Eq for Latencies
impl StructuralPartialEq for Latencies
Auto Trait Implementations§
impl Freeze for Latencies
impl RefUnwindSafe for Latencies
impl Send for Latencies
impl Sync for Latencies
impl Unpin for Latencies
impl UnsafeUnpin for Latencies
impl UnwindSafe for Latencies
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