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