pub struct RegisteredFont { /* private fields */ }Implementations§
Source§impl RegisteredFont
impl RegisteredFont
pub fn descriptor(&self) -> &FontDescriptor
pub const fn source(&self) -> &FontSource
Trait Implementations§
Source§impl Clone for RegisteredFont
impl Clone for RegisteredFont
Source§fn clone(&self) -> RegisteredFont
fn clone(&self) -> RegisteredFont
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 RegisteredFont
impl Debug for RegisteredFont
Source§impl PartialEq for RegisteredFont
impl PartialEq for RegisteredFont
Source§fn eq(&self, other: &RegisteredFont) -> bool
fn eq(&self, other: &RegisteredFont) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RegisteredFont
impl StructuralPartialEq for RegisteredFont
Auto Trait Implementations§
impl Freeze for RegisteredFont
impl RefUnwindSafe for RegisteredFont
impl Send for RegisteredFont
impl Sync for RegisteredFont
impl Unpin for RegisteredFont
impl UnsafeUnpin for RegisteredFont
impl UnwindSafe for RegisteredFont
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