pub struct FontProperty { /* private fields */ }
Expand description
The platform specific font properties
Auto Trait Implementations§
impl Freeze for FontProperty
impl RefUnwindSafe for FontProperty
impl Send for FontProperty
impl Sync for FontProperty
impl Unpin for FontProperty
impl UnwindSafe for FontProperty
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