Struct freetype::freetype::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§
source§impl Clone for FT_UnitVector_
impl Clone for FT_UnitVector_
source§impl Debug for FT_UnitVector_
impl Debug for FT_UnitVector_
impl Copy for FT_UnitVector_
Auto Trait Implementations§
impl Freeze for FT_UnitVector_
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more