Struct freetype_sys::FT_Size_RequestRec
[−]
[src]
pub struct FT_Size_RequestRec {
pub size_request_type: FT_Size_Request_Type,
pub width: FT_Long,
pub height: FT_Long,
pub horiResolution: FT_UInt,
pub vertResolution: FT_UInt,
}Fields
size_request_type: FT_Size_Request_Type
width: FT_Long
height: FT_Long
horiResolution: FT_UInt
vertResolution: FT_UInt
Trait Implementations
impl Clone for FT_Size_RequestRec[src]
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