Struct windows_sys::Win32::Graphics::Dxgi::DXGI_OUTDUPL_MOVE_RECT
[−]Expand description
Required features: "Win32_Graphics_Dxgi"
, "Win32_Foundation"
Fields
SourcePoint: POINT
DestinationRect: RECT
Trait Implementations
impl Clone for DXGI_OUTDUPL_MOVE_RECT
impl Clone for DXGI_OUTDUPL_MOVE_RECT
impl Copy for DXGI_OUTDUPL_MOVE_RECT
Auto Trait Implementations
impl RefUnwindSafe for DXGI_OUTDUPL_MOVE_RECT
impl Send for DXGI_OUTDUPL_MOVE_RECT
impl Sync for DXGI_OUTDUPL_MOVE_RECT
impl Unpin for DXGI_OUTDUPL_MOVE_RECT
impl UnwindSafe for DXGI_OUTDUPL_MOVE_RECT
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