pub struct GetPlatformFontsForNode { /* private fields */ }Expand description
Requests information about platform fonts which we used to render child TextNodes in the given node.
Implementations§
Trait Implementations§
Source§impl Clone for GetPlatformFontsForNode
impl Clone for GetPlatformFontsForNode
Source§fn clone(&self) -> GetPlatformFontsForNode
fn clone(&self) -> GetPlatformFontsForNode
Returns a duplicate of the value. Read more
1.0.0 · 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 GetPlatformFontsForNode
impl Debug for GetPlatformFontsForNode
Auto Trait Implementations§
impl Freeze for GetPlatformFontsForNode
impl RefUnwindSafe for GetPlatformFontsForNode
impl Send for GetPlatformFontsForNode
impl Sync for GetPlatformFontsForNode
impl Unpin for GetPlatformFontsForNode
impl UnsafeUnpin for GetPlatformFontsForNode
impl UnwindSafe for GetPlatformFontsForNode
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