Enum libpulse_binding::stream::PeekResult [−][src]
Result type for the Stream::Peek method. See documentation
of the method itself for more information.
Variants
EmptyNo data (Null data pointer and size of 0 returned by PA).
Hole(usize)Data hole with given size (Null pointer with non-zero size returned by PA).
Data(&'a [u8])Data available, with slice into memory returned by PA.
Trait Implementations
impl<'a> Debug for PeekResult<'a>[src]
impl<'a> Debug for PeekResult<'a>Auto Trait Implementations
impl<'a> Send for PeekResult<'a>
impl<'a> Send for PeekResult<'a>impl<'a> Sync for PeekResult<'a>
impl<'a> Sync for PeekResult<'a>