Struct freetype_sys::FT_Vector [] [src]

#[repr(C)]
pub struct FT_Vector { pub x: FT_Pos, pub y: FT_Pos, }

Fields

Trait Implementations

impl Copy for FT_Vector
[src]

impl Clone for FT_Vector
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more