Struct windows_sys::Win32::Graphics::Direct2D::Common::D2D_SIZE_U
[−]Expand description
Required features: "Win32_Graphics_Direct2D_Common"
Fields
width: u32
height: u32
Trait Implementations
impl Clone for D2D_SIZE_U
impl Clone for D2D_SIZE_U
impl Copy for D2D_SIZE_U
Auto Trait Implementations
impl RefUnwindSafe for D2D_SIZE_U
impl Send for D2D_SIZE_U
impl Sync for D2D_SIZE_U
impl Unpin for D2D_SIZE_U
impl UnwindSafe for D2D_SIZE_U
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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