#[repr(C)]
pub struct SURFOBJ {Show 13 fields
pub dhsurf: DHSURF,
pub hsurf: HSURF,
pub dhpdev: DHPDEV,
pub hdev: HDEV,
pub sizlBitmap: SIZE,
pub cjBits: u32,
pub pvBits: *mut c_void,
pub pvScan0: *mut c_void,
pub lDelta: i32,
pub iUniq: u32,
pub iBitmapFormat: u32,
pub iType: u16,
pub fjBitmap: u16,
}
Expand description
Required features: ‘Win32_Devices_Display’, ‘Win32_Foundation’
Performs copy-assignment from source. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.