Struct raylib::ffi::Sound [−][src]
#[repr(C)]pub struct Sound {
pub stream: AudioStream,
pub sampleCount: u32,
}
Fields
stream: AudioStream
sampleCount: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Sound
impl UnwindSafe for Sound
Blanket Implementations
Mutably borrows from an owned value. Read more