pub enum LatencyType {
Capture,
Playback,
}Expand description
Used by JackHandler::latency().
Variants§
Trait Implementations§
Source§impl Clone for LatencyType
impl Clone for LatencyType
Source§fn clone(&self) -> LatencyType
fn clone(&self) -> LatencyType
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 LatencyType
impl Debug for LatencyType
impl Copy for LatencyType
Auto Trait Implementations§
impl Freeze for LatencyType
impl RefUnwindSafe for LatencyType
impl Send for LatencyType
impl Sync for LatencyType
impl Unpin for LatencyType
impl UnwindSafe for LatencyType
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