Struct freetype_sys::FT_UnitVector
source · [−]#[repr(C)]pub struct FT_UnitVector {
pub x: FT_F2Dot14,
pub y: FT_F2Dot14,
}
Fields
x: FT_F2Dot14
y: FT_F2Dot14
Trait Implementations
sourceimpl Clone for FT_UnitVector
impl Clone for FT_UnitVector
sourcefn clone(&self) -> FT_UnitVector
fn clone(&self) -> FT_UnitVector
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for FT_UnitVector
impl Debug for FT_UnitVector
sourceimpl Hash for FT_UnitVector
impl Hash for FT_UnitVector
sourceimpl PartialEq<FT_UnitVector> for FT_UnitVector
impl PartialEq<FT_UnitVector> for FT_UnitVector
sourcefn eq(&self, other: &FT_UnitVector) -> bool
fn eq(&self, other: &FT_UnitVector) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &FT_UnitVector) -> bool
fn ne(&self, other: &FT_UnitVector) -> bool
This method tests for !=
.
impl Copy for FT_UnitVector
impl Eq for FT_UnitVector
impl StructuralEq for FT_UnitVector
impl StructuralPartialEq for FT_UnitVector
Auto Trait Implementations
impl RefUnwindSafe for FT_UnitVector
impl Send for FT_UnitVector
impl Sync for FT_UnitVector
impl Unpin for FT_UnitVector
impl UnwindSafe for FT_UnitVector
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