Struct libpulse_binding::error::PAErr
source · #[repr(C)]pub struct PAErr(pub i32);
Expand description
A wrapper around integer errors returned by PulseAudio. Can be converted to a Code
variant for
comparison purposes if desired.
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Copy for PAErr
impl Eq for PAErr
impl StructuralEq for PAErr
impl StructuralPartialEq for PAErr
Auto Trait Implementations
impl RefUnwindSafe for PAErr
impl Send for PAErr
impl Sync for PAErr
impl Unpin for PAErr
impl UnwindSafe for PAErr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more