pub struct Family<F = Font>where
F: Loader,{ /* private fields */ }
Expand description
Defines a set of faces that vary in weight, width or slope.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for Family<F>
impl<F> RefUnwindSafe for Family<F>where
F: RefUnwindSafe,
impl<F> Send for Family<F>where
F: Send,
impl<F> Sync for Family<F>where
F: Sync,
impl<F> Unpin for Family<F>where
F: Unpin,
impl<F> UnwindSafe for Family<F>where
F: UnwindSafe,
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