Enum libpulse_binding::stream::Latency
source · pub enum Latency {
None,
Positive(MicroSeconds),
Negative(MicroSeconds),
}Expand description
Result type for Stream::get_latency.
Variants
None
Positive(MicroSeconds)
Negative(MicroSeconds)
Trait Implementations
impl Copy for Latency
impl Eq for Latency
impl StructuralEq for Latency
impl StructuralPartialEq for Latency
Auto Trait Implementations
impl RefUnwindSafe for Latency
impl Send for Latency
impl Sync for Latency
impl Unpin for Latency
impl UnwindSafe for Latency
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more