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