#[repr(C)]pub struct Tvg_Point {
pub x: f32,
pub y: f32,
}Expand description
@brief A data structure representing a point in two-dimensional space.
Fields§
§x: f32§y: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tvg_Point
impl RefUnwindSafe for Tvg_Point
impl Send for Tvg_Point
impl Sync for Tvg_Point
impl Unpin for Tvg_Point
impl UnsafeUnpin for Tvg_Point
impl UnwindSafe for Tvg_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