Struct canplaythrough
pub struct canplaythrough;
Trait Implementations§
§impl EventDescriptor for canplaythrough
impl EventDescriptor for canplaythrough
Auto Trait Implementations§
impl Freeze for canplaythrough
impl RefUnwindSafe for canplaythrough
impl Send for canplaythrough
impl Sync for canplaythrough
impl Unpin for canplaythrough
impl UnwindSafe for canplaythrough
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