#[repr(C)]pub struct AudioResult {
pub res: c_int,
pub buf_size: c_int,
pub buf: *mut c_char,
}
Fields§
§res: c_int
§buf_size: c_int
§buf: *mut c_char
Trait Implementations§
Source§impl Clone for AudioResult
impl Clone for AudioResult
Source§fn clone(&self) -> AudioResult
fn clone(&self) -> AudioResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AudioResult
impl Debug for AudioResult
impl Copy for AudioResult
Auto Trait Implementations§
impl Freeze for AudioResult
impl RefUnwindSafe for AudioResult
impl !Send for AudioResult
impl !Sync for AudioResult
impl Unpin for AudioResult
impl UnwindSafe for AudioResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more