Struct raylib::ffi::Wave [−][src]
#[repr(C)]pub struct Wave {
pub sampleCount: u32,
pub sampleRate: u32,
pub sampleSize: u32,
pub channels: u32,
pub data: *mut c_void,
}
Fields
sampleCount: u32
sampleRate: u32
sampleSize: u32
channels: u32
data: *mut c_void
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Wave
impl UnwindSafe for Wave
Blanket Implementations
Mutably borrows from an owned value. Read more