Struct freetype::ffi::FT_Size_RequestRec []

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

Fields

size_request_type: u32 width: i64 height: i64 horiResolution: u32 vertResolution: u32

Trait Implementations

impl Clone for FT_Size_RequestRec

fn clone(&self) -> FT_Size_RequestRec

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for FT_Size_RequestRec