Enum libpulse_sys::stream::pa_seek_mode_t
source · #[repr(C)]
pub enum pa_seek_mode_t {
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§
source§impl Clone for pa_seek_mode_t
impl Clone for pa_seek_mode_t
source§fn clone(&self) -> pa_seek_mode_t
fn clone(&self) -> pa_seek_mode_t
Returns a copy 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 more