pub enum ColorTransformHandlerEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColorTransformHandlerEvent
impl RefUnwindSafe for ColorTransformHandlerEvent
impl Send for ColorTransformHandlerEvent
impl Sync for ColorTransformHandlerEvent
impl Unpin for ColorTransformHandlerEvent
impl UnwindSafe for ColorTransformHandlerEvent
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