#[repr(C)]pub struct FT_Vector_ {
pub x: FT_Pos,
pub y: FT_Pos,
}Fields§
§x: FT_Pos§y: FT_PosTrait Implementations§
Auto Trait Implementations§
impl Freeze for FT_Vector_
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§
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