Struct freetype::ffi::FT_Vector
[−]
[src]
pub struct FT_Vector { pub x: i64, pub y: i64, }
Fields
x: i64
y: i64
Trait Implementations
impl Clone for FT_Vector
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