Struct raylib::ffi::AudioStream [−][src]
#[repr(C)]pub struct AudioStream {
pub buffer: *mut rAudioBuffer,
pub sampleRate: u32,
pub sampleSize: u32,
pub channels: u32,
}
Fields
buffer: *mut rAudioBuffer
sampleRate: u32
sampleSize: u32
channels: u32
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AudioStream
impl !Send for AudioStream
impl !Sync for AudioStream
impl Unpin for AudioStream
impl UnwindSafe for AudioStream
Blanket Implementations
Mutably borrows from an owned value. Read more