Enum libpulse_binding::stream::SeekMode
source · pub enum SeekMode {
Relative,
Absolute,
RelativeOnRead,
RelativeEnd,
}Variants
Relative
Seek relatively to the write index.
Absolute
Seek relatively to the start of the buffer queue.
RelativeOnRead
Seek relatively to the read index.
RelativeEnd
Seek relatively to the current end of the buffer queue.
Trait Implementations
sourceimpl Clone for pa_seek_mode_t
impl Clone for pa_seek_mode_t
sourcefn clone(&self) -> pa_seek_mode_t
fn clone(&self) -> pa_seek_mode_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for pa_seek_mode_t
impl Debug for pa_seek_mode_t
sourceimpl PartialEq<pa_seek_mode_t> for pa_seek_mode_t
impl PartialEq<pa_seek_mode_t> for pa_seek_mode_t
sourcefn eq(&self, other: &pa_seek_mode_t) -> bool
fn eq(&self, other: &pa_seek_mode_t) -> bool
impl Copy for pa_seek_mode_t
impl Eq for pa_seek_mode_t
impl StructuralEq for pa_seek_mode_t
impl StructuralPartialEq for pa_seek_mode_t
Auto Trait Implementations
impl RefUnwindSafe for pa_seek_mode_t
impl Send for pa_seek_mode_t
impl Sync for pa_seek_mode_t
impl Unpin for pa_seek_mode_t
impl UnwindSafe for pa_seek_mode_t
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