pub struct FontChangedEventHandler { /* private fields */ }
Expand description
User changes whether system chat font used, and when the bitmapped font texture changes
Implementations§
Trait Implementations§
Source§impl Default for FontChangedEventHandler
impl Default for FontChangedEventHandler
Auto Trait Implementations§
impl Freeze for FontChangedEventHandler
impl !RefUnwindSafe for FontChangedEventHandler
impl !Send for FontChangedEventHandler
impl !Sync for FontChangedEventHandler
impl Unpin for FontChangedEventHandler
impl !UnwindSafe for FontChangedEventHandler
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