Struct classicube_sys::AudioChunk
source · #[repr(C)]pub struct AudioChunk {
pub data: *mut c_void,
pub size: cc_uint32,
pub meta: AudioChunkMeta,
}
Fields§
§data: *mut c_void
§size: cc_uint32
§meta: AudioChunkMeta
Trait Implementations§
source§impl Clone for AudioChunk
impl Clone for AudioChunk
source§fn clone(&self) -> AudioChunk
fn clone(&self) -> AudioChunk
Returns a copy 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 moreimpl Copy for AudioChunk
Auto Trait Implementations§
impl Freeze for AudioChunk
impl RefUnwindSafe for AudioChunk
impl !Send for AudioChunk
impl !Sync for AudioChunk
impl Unpin for AudioChunk
impl UnwindSafe for AudioChunk
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)