Struct embedded_graphics::mono_font::DecorationDimensions
source · pub struct DecorationDimensions {
pub offset: u32,
pub height: u32,
}
Expand description
Decoration dimensions.
DecorationDimensions
is used to specify the position and height of underline and strikethrough
decorations in MonoFont
s.
Fields§
§offset: u32
Offset from the top of the character to the top of the decoration.
height: u32
Height of the decoration.
Implementations§
source§impl DecorationDimensions
impl DecorationDimensions
sourcepub const fn default_strikethrough(glyph_height: u32) -> Self
pub const fn default_strikethrough(glyph_height: u32) -> Self
Creates a new default strikethrough decoration for the given glyph height.
sourcepub const fn default_underline(glyph_height: u32) -> Self
pub const fn default_underline(glyph_height: u32) -> Self
Creates a new default underline decoration for the given glyph height.
Trait Implementations§
source§impl Clone for DecorationDimensions
impl Clone for DecorationDimensions
source§fn clone(&self) -> DecorationDimensions
fn clone(&self) -> DecorationDimensions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DecorationDimensions
impl Debug for DecorationDimensions
source§impl Default for DecorationDimensions
impl Default for DecorationDimensions
source§fn default() -> DecorationDimensions
fn default() -> DecorationDimensions
Returns the “default value” for a type. Read more
source§impl Hash for DecorationDimensions
impl Hash for DecorationDimensions
source§impl Ord for DecorationDimensions
impl Ord for DecorationDimensions
source§fn cmp(&self, other: &DecorationDimensions) -> Ordering
fn cmp(&self, other: &DecorationDimensions) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<DecorationDimensions> for DecorationDimensions
impl PartialEq<DecorationDimensions> for DecorationDimensions
source§fn eq(&self, other: &DecorationDimensions) -> bool
fn eq(&self, other: &DecorationDimensions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<DecorationDimensions> for DecorationDimensions
impl PartialOrd<DecorationDimensions> for DecorationDimensions
source§fn partial_cmp(&self, other: &DecorationDimensions) -> Option<Ordering>
fn partial_cmp(&self, other: &DecorationDimensions) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for DecorationDimensions
impl Eq for DecorationDimensions
impl StructuralEq for DecorationDimensions
impl StructuralPartialEq for DecorationDimensions
Auto Trait Implementations§
impl RefUnwindSafe for DecorationDimensions
impl Send for DecorationDimensions
impl Sync for DecorationDimensions
impl Unpin for DecorationDimensions
impl UnwindSafe for DecorationDimensions
Blanket Implementations§
source§impl<T> CheckedAs for T
impl<T> CheckedAs for T
source§fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
fn checked_as<Dst>(self) -> Option<Dst>where T: CheckedCast<Dst>,
Casts the value.
source§impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere Src: CheckedCast<Dst>,
source§fn checked_cast_from(src: Src) -> Option<Dst>
fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
source§impl<T> OverflowingAs for T
impl<T> OverflowingAs for T
source§fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
fn overflowing_as<Dst>(self) -> (Dst, bool)where T: OverflowingCast<Dst>,
Casts the value.
source§impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere Src: OverflowingCast<Dst>,
source§fn overflowing_cast_from(src: Src) -> (Dst, bool)
fn overflowing_cast_from(src: Src) -> (Dst, bool)
Casts the value.
source§impl<T> SaturatingAs for T
impl<T> SaturatingAs for T
source§fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
fn saturating_as<Dst>(self) -> Dstwhere T: SaturatingCast<Dst>,
Casts the value.
source§impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere Src: SaturatingCast<Dst>,
source§fn saturating_cast_from(src: Src) -> Dst
fn saturating_cast_from(src: Src) -> Dst
Casts the value.
source§impl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
source§fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
fn unwrapped_as<Dst>(self) -> Dstwhere T: UnwrappedCast<Dst>,
Casts the value.
source§impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere Src: UnwrappedCast<Dst>,
source§fn unwrapped_cast_from(src: Src) -> Dst
fn unwrapped_cast_from(src: Src) -> Dst
Casts the value.
source§impl<T> WrappingAs for T
impl<T> WrappingAs for T
source§fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
fn wrapping_as<Dst>(self) -> Dstwhere T: WrappingCast<Dst>,
Casts the value.
source§impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere Src: WrappingCast<Dst>,
source§fn wrapping_cast_from(src: Src) -> Dst
fn wrapping_cast_from(src: Src) -> Dst
Casts the value.