Struct windows_sys::Win32::Graphics::Dxgi::DXGI_OUTDUPL_DESC
[−]#[repr(C)]pub struct DXGI_OUTDUPL_DESC {
pub ModeDesc: DXGI_MODE_DESC,
pub Rotation: DXGI_MODE_ROTATION,
pub DesktopImageInSystemMemory: BOOL,
}
Expand description
Required features: "Win32_Graphics_Dxgi"
, "Win32_Foundation"
, "Win32_Graphics_Dxgi_Common"
Fields
ModeDesc: DXGI_MODE_DESC
Rotation: DXGI_MODE_ROTATION
DesktopImageInSystemMemory: BOOL
Trait Implementations
impl Clone for DXGI_OUTDUPL_DESC
impl Clone for DXGI_OUTDUPL_DESC
impl Copy for DXGI_OUTDUPL_DESC
Auto Trait Implementations
impl RefUnwindSafe for DXGI_OUTDUPL_DESC
impl Send for DXGI_OUTDUPL_DESC
impl Sync for DXGI_OUTDUPL_DESC
impl Unpin for DXGI_OUTDUPL_DESC
impl UnwindSafe for DXGI_OUTDUPL_DESC
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