#[repr(C)]pub struct ove_audio_buf {
pub data: *mut c_void,
pub frames: u32,
pub fmt: *const ove_audio_fmt,
}Fields§
§data: *mut c_void§frames: u32§fmt: *const ove_audio_fmtAuto Trait Implementations§
impl Freeze for ove_audio_buf
impl RefUnwindSafe for ove_audio_buf
impl !Send for ove_audio_buf
impl !Sync for ove_audio_buf
impl Unpin for ove_audio_buf
impl UnwindSafe for ove_audio_buf
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