#[repr(C)]pub struct tg_point {
pub x: c_double,
pub y: c_double,
}Expand description
The base point type used for all geometries.
- See
PointFuncs
Fields§
§x: c_double§y: c_doubleTrait Implementations§
impl Copy for tg_point
impl StructuralPartialEq for tg_point
Auto Trait Implementations§
impl Freeze for tg_point
impl RefUnwindSafe for tg_point
impl Send for tg_point
impl Sync for tg_point
impl Unpin for tg_point
impl UnwindSafe for tg_point
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