pub struct Type0Font { /* private fields */ }Expand description
A composite font.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Type0Font
impl RefUnwindSafe for Type0Font
impl Send for Type0Font
impl Sync for Type0Font
impl Unpin for Type0Font
impl UnsafeUnpin for Type0Font
impl UnwindSafe for Type0Font
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