#[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_charTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AudioResult
Auto Trait Implementations§
impl !Send for AudioResult
impl !Sync for AudioResult
impl Freeze for AudioResult
impl RefUnwindSafe for AudioResult
impl Unpin for AudioResult
impl UnsafeUnpin 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