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