Struct windows_sys::Win32::Graphics::Direct2D::Common::D2D_POINT_2U
[−]Expand description
Required features: "Win32_Graphics_Direct2D_Common"
Fields
x: u32
y: u32
Trait Implementations
impl Clone for D2D_POINT_2U
impl Clone for D2D_POINT_2U
impl Copy for D2D_POINT_2U
Auto Trait Implementations
impl RefUnwindSafe for D2D_POINT_2U
impl Send for D2D_POINT_2U
impl Sync for D2D_POINT_2U
impl Unpin for D2D_POINT_2U
impl UnwindSafe for D2D_POINT_2U
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