#[repr(C)]pub struct SURFOBJ {}
Expand description
Required features: "Win32_Devices_Display"
, "Win32_Foundation"
Fields
dhsurf: DHSURF
hsurf: HSURF
dhpdev: DHPDEV
hdev: HDEV
sizlBitmap: SIZE
cjBits: u32
pvBits: *mut c_void
pvScan0: *mut c_void
lDelta: i32
iUniq: u32
iBitmapFormat: u32
iType: u16
fjBitmap: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SURFOBJ
impl !Send for SURFOBJ
impl !Sync for SURFOBJ
impl Unpin for SURFOBJ
impl UnwindSafe for SURFOBJ
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