Struct windows::Win32::Graphics::DirectDraw::DDRAWI_DDRAWSURFACE_INT
#[repr(C)]pub struct DDRAWI_DDRAWSURFACE_INT {
pub lpVtbl: *mut c_void,
pub lpLcl: *mut DDRAWI_DDRAWSURFACE_LCL,
pub lpLink: *mut DDRAWI_DDRAWSURFACE_INT,
pub dwIntRefCnt: u32,
}
Fields§
§lpVtbl: *mut c_void
§lpLcl: *mut DDRAWI_DDRAWSURFACE_LCL
§lpLink: *mut DDRAWI_DDRAWSURFACE_INT
§dwIntRefCnt: u32
Trait Implementations§
§impl Clone for DDRAWI_DDRAWSURFACE_INT
impl Clone for DDRAWI_DDRAWSURFACE_INT
§fn clone(&self) -> DDRAWI_DDRAWSURFACE_INT
fn clone(&self) -> DDRAWI_DDRAWSURFACE_INT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DDRAWI_DDRAWSURFACE_INT
impl Debug for DDRAWI_DDRAWSURFACE_INT
§impl Default for DDRAWI_DDRAWSURFACE_INT
impl Default for DDRAWI_DDRAWSURFACE_INT
§impl PartialEq for DDRAWI_DDRAWSURFACE_INT
impl PartialEq for DDRAWI_DDRAWSURFACE_INT
§fn eq(&self, other: &DDRAWI_DDRAWSURFACE_INT) -> bool
fn eq(&self, other: &DDRAWI_DDRAWSURFACE_INT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DDRAWI_DDRAWSURFACE_INT
impl Eq for DDRAWI_DDRAWSURFACE_INT
impl StructuralPartialEq for DDRAWI_DDRAWSURFACE_INT
Auto Trait Implementations§
impl Freeze for DDRAWI_DDRAWSURFACE_INT
impl RefUnwindSafe for DDRAWI_DDRAWSURFACE_INT
impl !Send for DDRAWI_DDRAWSURFACE_INT
impl !Sync for DDRAWI_DDRAWSURFACE_INT
impl Unpin for DDRAWI_DDRAWSURFACE_INT
impl UnwindSafe for DDRAWI_DDRAWSURFACE_INT
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
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)