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