Struct windows_sys::Win32::Graphics::DirectDraw::DD_SETCLIPLISTDATA
[−]#[repr(C)]pub struct DD_SETCLIPLISTDATA {
pub lpDD: *mut DD_DIRECTDRAW_GLOBAL,
pub lpDDSurface: *mut DD_SURFACE_LOCAL,
pub ddRVal: HRESULT,
pub SetClipList: *mut c_void,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’
Fields
lpDD: *mut DD_DIRECTDRAW_GLOBALlpDDSurface: *mut DD_SURFACE_LOCALddRVal: HRESULTSetClipList: *mut c_voidTrait Implementations
impl Clone for DD_SETCLIPLISTDATA
impl Clone for DD_SETCLIPLISTDATA
impl Copy for DD_SETCLIPLISTDATA
Auto Trait Implementations
impl RefUnwindSafe for DD_SETCLIPLISTDATA
impl !Send for DD_SETCLIPLISTDATA
impl !Sync for DD_SETCLIPLISTDATA
impl Unpin for DD_SETCLIPLISTDATA
impl UnwindSafe for DD_SETCLIPLISTDATA
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