pub struct PortableNativeTextMetrics {
pub width: i32,
pub height: i32,
pub depth: i32,
pub glyphs: Vec<PortableNativeGlyph>,
}Fields§
§width: i32§height: i32§depth: i32§glyphs: Vec<PortableNativeGlyph>Trait Implementations§
Source§impl Clone for PortableNativeTextMetrics
impl Clone for PortableNativeTextMetrics
Source§impl Debug for PortableNativeTextMetrics
impl Debug for PortableNativeTextMetrics
Source§impl Default for PortableNativeTextMetrics
impl Default for PortableNativeTextMetrics
impl Eq for PortableNativeTextMetrics
impl StructuralPartialEq for PortableNativeTextMetrics
Auto Trait Implementations§
impl Freeze for PortableNativeTextMetrics
impl RefUnwindSafe for PortableNativeTextMetrics
impl Send for PortableNativeTextMetrics
impl Sync for PortableNativeTextMetrics
impl Unpin for PortableNativeTextMetrics
impl UnsafeUnpin for PortableNativeTextMetrics
impl UnwindSafe for PortableNativeTextMetrics
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