#[repr(C)]pub struct SURFOBJ {}Expand description
Required features: "Win32_Devices_Display", "Win32_Foundation"
Fields
dhsurf: DHSURFhsurf: HSURFdhpdev: DHPDEVhdev: HDEVsizlBitmap: SIZEcjBits: u32pvBits: *mut c_voidpvScan0: *mut c_voidlDelta: i32iUniq: u32iBitmapFormat: u32iType: u16fjBitmap: u16Trait 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