Struct freetype_sys::FT_Vector
source · [−]Fields
x: FT_Pos
y: FT_Pos
Trait Implementations
impl Copy for FT_Vector
impl Eq for FT_Vector
impl StructuralEq for FT_Vector
impl StructuralPartialEq for FT_Vector
Auto Trait Implementations
impl RefUnwindSafe for FT_Vector
impl Send for FT_Vector
impl Sync for FT_Vector
impl Unpin for FT_Vector
impl UnwindSafe for FT_Vector
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more