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]

Formats the value using the given formatter. Read more

impl Copy for Retval
[src]

impl Clone for Retval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Retval
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Retval
[src]

Auto Trait Implementations

impl Send for Retval

impl Sync for Retval