Struct windows_sys::Win32::Graphics::DirectDraw::DDRAWI_DDRAWPALETTE_LCL
[−]#[repr(C)]pub struct DDRAWI_DDRAWPALETTE_LCL {
pub lpPalMore: u32,
pub lpGbl: *mut DDRAWI_DDRAWPALETTE_GBL,
pub dwUnused0: usize,
pub dwLocalRefCnt: u32,
pub pUnkOuter: IUnknown,
pub lpDD_lcl: *mut DDRAWI_DIRECTDRAW_LCL,
pub dwReserved1: usize,
pub dwDDRAWReserved1: usize,
pub dwDDRAWReserved2: usize,
pub dwDDRAWReserved3: usize,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lpPalMore: u32
lpGbl: *mut DDRAWI_DDRAWPALETTE_GBL
dwUnused0: usize
dwLocalRefCnt: u32
pUnkOuter: IUnknown
lpDD_lcl: *mut DDRAWI_DIRECTDRAW_LCL
dwReserved1: usize
dwDDRAWReserved1: usize
dwDDRAWReserved2: usize
dwDDRAWReserved3: usize
Trait Implementations
impl Clone for DDRAWI_DDRAWPALETTE_LCL
impl Clone for DDRAWI_DDRAWPALETTE_LCL
impl Copy for DDRAWI_DDRAWPALETTE_LCL
Auto Trait Implementations
impl RefUnwindSafe for DDRAWI_DDRAWPALETTE_LCL
impl !Send for DDRAWI_DDRAWPALETTE_LCL
impl !Sync for DDRAWI_DDRAWPALETTE_LCL
impl Unpin for DDRAWI_DDRAWPALETTE_LCL
impl UnwindSafe for DDRAWI_DDRAWPALETTE_LCL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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