Struct windows::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: ManuallyDrop<Option<IUnknown>>,
pub lpDD_lcl: *mut DDRAWI_DIRECTDRAW_LCL,
pub dwReserved1: usize,
pub dwDDRAWReserved1: usize,
pub dwDDRAWReserved2: usize,
pub dwDDRAWReserved3: usize,
}
Fields§
§lpPalMore: u32
§lpGbl: *mut DDRAWI_DDRAWPALETTE_GBL
§dwUnused0: usize
§dwLocalRefCnt: u32
§pUnkOuter: ManuallyDrop<Option<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 Debug for DDRAWI_DDRAWPALETTE_LCL
impl Debug for DDRAWI_DDRAWPALETTE_LCL
§impl Default for DDRAWI_DDRAWPALETTE_LCL
impl Default for DDRAWI_DDRAWPALETTE_LCL
§impl PartialEq for DDRAWI_DDRAWPALETTE_LCL
impl PartialEq for DDRAWI_DDRAWPALETTE_LCL
§fn eq(&self, other: &DDRAWI_DDRAWPALETTE_LCL) -> bool
fn eq(&self, other: &DDRAWI_DDRAWPALETTE_LCL) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DDRAWI_DDRAWPALETTE_LCL
impl StructuralPartialEq for DDRAWI_DDRAWPALETTE_LCL
Auto Trait Implementations§
impl Freeze for DDRAWI_DDRAWPALETTE_LCL
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)