[−][src]Enum libpulse_binding::mainloop::standard::IterateResult
Return type for Mainloop::iterate.
Variants
Success(u32)Success, with number of sources dispatched
Quit(Retval)Quit was called, with quit’s retval
Err(PAErr)An error occurred, with error value
Methods
impl IterateResult[src]
pub fn is_success(&self) -> bool[src]
Returns true if the result is a Success value.
pub fn is_quit(&self) -> bool[src]
Returns true if the result is a Quit value.
pub fn is_error(&self) -> bool[src]
Returns true if the result is an Error value.
Trait Implementations
impl Clone for IterateResult[src]
fn clone(&self) -> IterateResult[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq<IterateResult> for IterateResult[src]
fn eq(&self, other: &IterateResult) -> bool[src]
fn ne(&self, other: &IterateResult) -> bool[src]
impl Eq for IterateResult[src]
impl Copy for IterateResult[src]
impl Debug for IterateResult[src]
Auto Trait Implementations
impl Send for IterateResult
impl Sync for IterateResult
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,