Struct servo_media_audio::node::OnEndedCallback
source · pub struct OnEndedCallback(pub Box<dyn FnOnce() + Send + 'static>);
Tuple Fields§
§0: Box<dyn FnOnce() + Send + 'static>
Implementations§
Auto Trait Implementations§
impl Freeze for OnEndedCallback
impl !RefUnwindSafe for OnEndedCallback
impl Send for OnEndedCallback
impl !Sync for OnEndedCallback
impl Unpin for OnEndedCallback
impl !UnwindSafe for OnEndedCallback
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