Struct windows_sys::Win32::Graphics::GdiPlus::PointF
#[repr(C)]pub struct PointF {
pub X: f32,
pub Y: f32,
}
Fields§
§X: f32
§Y: f32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PointF
impl Send for PointF
impl Sync for PointF
impl Unpin for PointF
impl UnwindSafe for PointF
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