Struct windows_sys::Win32::Graphics::DirectDraw::ACCESSRECTLIST
[−]#[repr(C)]pub struct ACCESSRECTLIST {
pub lpLink: *mut ACCESSRECTLIST,
pub rDest: RECT,
pub lpOwner: *mut DDRAWI_DIRECTDRAW_LCL,
pub lpSurfaceData: *mut c_void,
pub dwFlags: u32,
pub lpHeapAliasInfo: *mut HEAPALIASINFO,
}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’
Fields
lpLink: *mut ACCESSRECTLIST
rDest: RECT
lpOwner: *mut DDRAWI_DIRECTDRAW_LCL
lpSurfaceData: *mut c_void
dwFlags: u32
lpHeapAliasInfo: *mut HEAPALIASINFO
Trait Implementations
impl Clone for ACCESSRECTLIST
impl Clone for ACCESSRECTLIST
impl Copy for ACCESSRECTLIST
Auto Trait Implementations
impl RefUnwindSafe for ACCESSRECTLIST
impl !Send for ACCESSRECTLIST
impl !Sync for ACCESSRECTLIST
impl Unpin for ACCESSRECTLIST
impl UnwindSafe for ACCESSRECTLIST
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