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