Type Alias freetype::freetype::FT_Data

source ·
pub type FT_Data = FT_Data_;

Aliased Type§

struct FT_Data {
    pub pointer: *const u8,
    pub length: i32,
}

Fields§

§pointer: *const u8§length: i32

Trait Implementations§

source§

impl Clone for FT_Data_

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_Data_

source§

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

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

impl Copy for FT_Data_