Struct oxygengine_prototype::resources::audio_player::AudioPlayer
source · pub struct AudioPlayer { /* private fields */ }
Implementations§
source§impl AudioPlayer
impl AudioPlayer
Trait Implementations§
source§impl Default for AudioPlayer
impl Default for AudioPlayer
source§fn default() -> AudioPlayer
fn default() -> AudioPlayer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for AudioPlayer
impl Send for AudioPlayer
impl Sync for AudioPlayer
impl Unpin for AudioPlayer
impl UnwindSafe for AudioPlayer
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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more