Struct freetype_sys::FT_Vector [] [src]

pub struct FT_Vector {
    pub x: FT_Pos,
    pub y: FT_Pos,
}

Fields

Trait Implementations

impl Clone for FT_Vector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FT_Vector
[src]