Struct windows_sys::Win32::Devices::Display::SURFOBJ
#[repr(C)]pub struct SURFOBJ {}
Expand description
Required features: "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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more