Struct windows_sys::Win32::Devices::Display::DRH_APIBITMAPDATA
[−]Expand description
Required features: "Win32_Devices_Display"
, "Win32_Foundation"
Fields
pso: *mut SURFOBJ
b: BOOL
Trait Implementations
impl Clone for DRH_APIBITMAPDATA
impl Clone for DRH_APIBITMAPDATA
impl Copy for DRH_APIBITMAPDATA
Auto Trait Implementations
impl RefUnwindSafe for DRH_APIBITMAPDATA
impl !Send for DRH_APIBITMAPDATA
impl !Sync for DRH_APIBITMAPDATA
impl Unpin for DRH_APIBITMAPDATA
impl UnwindSafe for DRH_APIBITMAPDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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