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