Struct cosmic_text::TextMetrics
source · [−]Expand description
Metrics of text
Fields
font_size: i32Font size in pixels
line_height: i32Line height in pixels
Implementations
Trait Implementations
sourceimpl Clone for TextMetrics
impl Clone for TextMetrics
sourcefn clone(&self) -> TextMetrics
fn clone(&self) -> TextMetrics
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TextMetrics
impl Debug for TextMetrics
sourceimpl Default for TextMetrics
impl Default for TextMetrics
sourcefn default() -> TextMetrics
fn default() -> TextMetrics
Returns the “default value” for a type. Read more
sourceimpl Display for TextMetrics
impl Display for TextMetrics
sourceimpl PartialEq<TextMetrics> for TextMetrics
impl PartialEq<TextMetrics> for TextMetrics
sourcefn eq(&self, other: &TextMetrics) -> bool
fn eq(&self, other: &TextMetrics) -> bool
impl Copy for TextMetrics
impl Eq for TextMetrics
impl StructuralEq for TextMetrics
impl StructuralPartialEq for TextMetrics
Auto Trait Implementations
impl RefUnwindSafe for TextMetrics
impl Send for TextMetrics
impl Sync for TextMetrics
impl Unpin for TextMetrics
impl UnwindSafe for TextMetrics
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more