pub struct FontStackLoadedEventArgs {
pub stack: FontStack,
}Fields§
§stack: FontStackTrait Implementations§
Source§impl Clone for FontStackLoadedEventArgs
impl Clone for FontStackLoadedEventArgs
Source§fn clone(&self) -> FontStackLoadedEventArgs
fn clone(&self) -> FontStackLoadedEventArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FontStackLoadedEventArgs
impl Debug for FontStackLoadedEventArgs
impl Eq for FontStackLoadedEventArgs
Source§impl PartialEq for FontStackLoadedEventArgs
impl PartialEq for FontStackLoadedEventArgs
impl StructuralPartialEq for FontStackLoadedEventArgs
Auto Trait Implementations§
impl Freeze for FontStackLoadedEventArgs
impl RefUnwindSafe for FontStackLoadedEventArgs
impl Send for FontStackLoadedEventArgs
impl Sync for FontStackLoadedEventArgs
impl Unpin for FontStackLoadedEventArgs
impl UnsafeUnpin for FontStackLoadedEventArgs
impl UnwindSafe for FontStackLoadedEventArgs
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