#[repr(C)]pub struct tagVBVMR_AUDIOBUFFER {
pub audiobuffer_sr: c_long,
pub audiobuffer_nbs: c_long,
pub audiobuffer_nbi: c_long,
pub audiobuffer_nbo: c_long,
pub audiobuffer_r: [*mut f32; 128],
pub audiobuffer_w: [*mut f32; 128],
}Fields§
§audiobuffer_sr: c_long§audiobuffer_nbs: c_long§audiobuffer_nbi: c_long§audiobuffer_nbo: c_long§audiobuffer_r: [*mut f32; 128]§audiobuffer_w: [*mut f32; 128]Trait Implementations§
Source§impl Clone for tagVBVMR_AUDIOBUFFER
impl Clone for tagVBVMR_AUDIOBUFFER
Source§fn clone(&self) -> tagVBVMR_AUDIOBUFFER
fn clone(&self) -> tagVBVMR_AUDIOBUFFER
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 tagVBVMR_AUDIOBUFFER
impl Debug for tagVBVMR_AUDIOBUFFER
impl Copy for tagVBVMR_AUDIOBUFFER
Auto Trait Implementations§
impl Freeze for tagVBVMR_AUDIOBUFFER
impl RefUnwindSafe for tagVBVMR_AUDIOBUFFER
impl !Send for tagVBVMR_AUDIOBUFFER
impl !Sync for tagVBVMR_AUDIOBUFFER
impl Unpin for tagVBVMR_AUDIOBUFFER
impl UnwindSafe for tagVBVMR_AUDIOBUFFER
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