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