pub struct Typeface;Auto Trait Implementations§
impl Freeze for Typeface
impl RefUnwindSafe for Typeface
impl Send for Typeface
impl Sync for Typeface
impl Unpin for Typeface
impl UnsafeUnpin for Typeface
impl UnwindSafe for Typeface
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