pub struct StyleMetrics {
pub font_metrics: FontMetrics,
}
Fields§
§font_metrics: FontMetrics
Auto Trait Implementations§
impl Freeze for StyleMetrics
impl RefUnwindSafe for StyleMetrics
impl Send for StyleMetrics
impl Sync for StyleMetrics
impl Unpin for StyleMetrics
impl UnwindSafe for StyleMetrics
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