pub type FT_Size_RequestRec = FT_Size_RequestRec_;

Aliased Type§

struct FT_Size_RequestRec {
    pub type_: FT_Size_Request_Type_,
    pub width: i64,
    pub height: i64,
    pub horiResolution: u32,
    pub vertResolution: u32,
}

Fields§

§type_: FT_Size_Request_Type_§width: i64§height: i64§horiResolution: u32§vertResolution: u32

Trait Implementations§

source§

impl Clone for FT_Size_RequestRec_

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_Size_RequestRec_

source§

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

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

impl Copy for FT_Size_RequestRec_