#[repr(C)]pub struct Music {
pub stream: AudioStream,
pub frame_count: c_uint,
pub looping: bool,
pub ctx_type: c_int,
pub ctx_data: *const c_void,
}Fields§
§stream: AudioStream§frame_count: c_uint§looping: bool§ctx_type: c_int§ctx_data: *const c_voidImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Music
impl RefUnwindSafe for Music
impl !Send for Music
impl !Sync for Music
impl Unpin for Music
impl UnwindSafe for Music
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