pub struct ColCodeChangedEventHandler { /* private fields */ }
Expand description
Raised when a colour code changes
Implementations§
Trait Implementations§
Source§impl Default for ColCodeChangedEventHandler
impl Default for ColCodeChangedEventHandler
Auto Trait Implementations§
impl Freeze for ColCodeChangedEventHandler
impl !RefUnwindSafe for ColCodeChangedEventHandler
impl !Send for ColCodeChangedEventHandler
impl !Sync for ColCodeChangedEventHandler
impl Unpin for ColCodeChangedEventHandler
impl !UnwindSafe for ColCodeChangedEventHandler
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