pub struct OwnedFont { /* private fields */ }Expand description
Version of Font that owns its data.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OwnedFont
impl RefUnwindSafe for OwnedFont
impl Send for OwnedFont
impl Sync for OwnedFont
impl Unpin for OwnedFont
impl UnwindSafe for OwnedFont
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