Struct windows_sys::Win32::Devices::Display::SURFOBJ
#[repr(C)]pub struct SURFOBJ {}
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 Freeze for SURFOBJ
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)