Struct libpulse_binding::def::Retval [−][src]
#[repr(C)]pub struct Retval(pub RetvalActual);
A wrapper around integer 'quit return values' returned by PulseAudio.
Trait Implementations
impl Debug for Retval[src]
impl Debug for Retvalfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Retval[src]
impl Copy for Retvalimpl Clone for Retval[src]
impl Clone for Retvalfn clone(&self) -> Retval[src]
fn clone(&self) -> RetvalReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Retval[src]
impl PartialEq for Retvalfn eq(&self, other: &Retval) -> bool[src]
fn eq(&self, other: &Retval) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Retval) -> bool[src]
fn ne(&self, other: &Retval) -> boolThis method tests for !=.
impl Eq for Retval[src]
impl Eq for Retval