Struct freetype_sys::FT_Vector [] [src]

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

Fields

x: FT_Pos y: FT_Pos

Trait Implementations

impl Clone for FT_Vector
[src]

fn clone(&self) -> FT_Vector

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_Vector
[src]