Type Alias freetype::freetype::FT_Span

source ·
pub type FT_Span = FT_Span_;

Aliased Type§

struct FT_Span {
    pub x: i16,
    pub len: u16,
    pub coverage: u8,
}

Fields§

§x: i16§len: u16§coverage: u8

Trait Implementations§

source§

impl Clone for FT_Span_

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FT_Span_

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for FT_Span_