pub struct PlaydateSound { /* private fields */ }Implementations§
Source§impl PlaydateSound
impl PlaydateSound
Sourcepub fn get_current_time(&self) -> u32
pub fn get_current_time(&self) -> u32
Returns the sound engine’s current time value, in units of sample frames, 44,100 per second.
Auto Trait Implementations§
impl Freeze for PlaydateSound
impl RefUnwindSafe for PlaydateSound
impl !Send for PlaydateSound
impl !Sync for PlaydateSound
impl Unpin for PlaydateSound
impl UnwindSafe for PlaydateSound
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