Struct windows_sys::Win32::System::Ole::POINTF
#[repr(C)]pub struct POINTF {
pub x: f32,
pub y: f32,
}Expand description
Required features: "Win32_System_Ole"
Fields§
§x: f32§y: f32#[repr(C)]pub struct POINTF {
pub x: f32,
pub y: f32,
}Required features: "Win32_System_Ole"
x: f32§y: f32