Struct windows_sys::Win32::Graphics::OpenGL::POINTFLOAT
[−]Expand description
Required features: "Win32_Graphics_OpenGL"
Fields
x: f32
y: f32
Trait Implementations
impl Clone for POINTFLOAT
impl Clone for POINTFLOAT
impl Copy for POINTFLOAT
Auto Trait Implementations
impl RefUnwindSafe for POINTFLOAT
impl Send for POINTFLOAT
impl Sync for POINTFLOAT
impl Unpin for POINTFLOAT
impl UnwindSafe for POINTFLOAT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more