pub struct FontTable {}
Implementations§
Trait Implementations§
impl StructuralPartialEq for FontTable
Auto Trait Implementations§
impl Freeze for FontTable
impl RefUnwindSafe for FontTable
impl Send for FontTable
impl Sync for FontTable
impl Unpin for FontTable
impl UnwindSafe for FontTable
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