pub struct sendVertexMediaCompleteEvent;
Trait Implementations§
Source§impl Field for sendVertexMediaCompleteEvent
impl Field for sendVertexMediaCompleteEvent
Auto Trait Implementations§
impl Freeze for sendVertexMediaCompleteEvent
impl RefUnwindSafe for sendVertexMediaCompleteEvent
impl Send for sendVertexMediaCompleteEvent
impl Sync for sendVertexMediaCompleteEvent
impl Unpin for sendVertexMediaCompleteEvent
impl UnwindSafe for sendVertexMediaCompleteEvent
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