Struct freetype::ffi::FT_Vector
[−]
pub struct FT_Vector {
pub x: i32,
pub y: i32,
}Fields
x: i32
y: i32
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