#[repr(C)]pub struct D2D_POINT_2U {
pub x: UINT32,
pub y: UINT32,
}
Fields§
§x: UINT32
§y: UINT32
Trait Implementations§
Source§impl Clone for D2D_POINT_2U
impl Clone for D2D_POINT_2U
Source§fn clone(&self) -> D2D_POINT_2U
fn clone(&self) -> D2D_POINT_2U
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for D2D_POINT_2U
impl Default for D2D_POINT_2U
Source§fn default() -> D2D_POINT_2U
fn default() -> D2D_POINT_2U
Returns the “default value” for a type. Read more
impl Copy for D2D_POINT_2U
Auto Trait Implementations§
impl Freeze for D2D_POINT_2U
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§
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