pub struct AcePlayer { /* private fields */ }Expand description
Core ACE Player — manages decode, sync, and output lifecycle.
Implementations§
Auto Trait Implementations§
impl Freeze for AcePlayer
impl RefUnwindSafe for AcePlayer
impl Send for AcePlayer
impl Sync for AcePlayer
impl Unpin for AcePlayer
impl UnsafeUnpin for AcePlayer
impl UnwindSafe for AcePlayer
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