Struct windows_sys::Win32::System::WindowsProgramming::DCIOFFSCREEN
[−]#[repr(C)]pub struct DCIOFFSCREEN {
pub dciInfo: DCISURFACEINFO,
pub Draw: isize,
pub SetClipList: isize,
pub SetDestination: isize,
}
Expand description
Required features: "Win32_System_WindowsProgramming"
Fields
dciInfo: DCISURFACEINFO
Draw: isize
SetClipList: isize
SetDestination: isize
Trait Implementations
impl Clone for DCIOFFSCREEN
impl Clone for DCIOFFSCREEN
impl Copy for DCIOFFSCREEN
Auto Trait Implementations
impl RefUnwindSafe for DCIOFFSCREEN
impl Send for DCIOFFSCREEN
impl Sync for DCIOFFSCREEN
impl Unpin for DCIOFFSCREEN
impl UnwindSafe for DCIOFFSCREEN
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