pub struct FontSet<'buf>(pub Ptr<'buf, FontSetData>);
Expand description
A set of fonts.
Tuple Fields§
§0: Ptr<'buf, FontSetData>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'buf> Freeze for FontSet<'buf>
impl<'buf> RefUnwindSafe for FontSet<'buf>
impl<'buf> Send for FontSet<'buf>
impl<'buf> Sync for FontSet<'buf>
impl<'buf> Unpin for FontSet<'buf>
impl<'buf> UnwindSafe for FontSet<'buf>
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