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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more