Struct windows::Win32::Graphics::DirectDraw::ATTACHLIST
#[repr(C)]pub struct ATTACHLIST {
pub dwFlags: u32,
pub lpLink: *mut ATTACHLIST,
pub lpAttached: *mut DDRAWI_DDRAWSURFACE_LCL,
pub lpIAttached: *mut DDRAWI_DDRAWSURFACE_INT,
}
Fields§
§dwFlags: u32
§lpLink: *mut ATTACHLIST
§lpAttached: *mut DDRAWI_DDRAWSURFACE_LCL
§lpIAttached: *mut DDRAWI_DDRAWSURFACE_INT
Trait Implementations§
§impl Clone for ATTACHLIST
impl Clone for ATTACHLIST
§fn clone(&self) -> ATTACHLIST
fn clone(&self) -> ATTACHLIST
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 ATTACHLIST
impl Debug for ATTACHLIST
§impl PartialEq for ATTACHLIST
impl PartialEq for ATTACHLIST
§fn eq(&self, other: &ATTACHLIST) -> bool
fn eq(&self, other: &ATTACHLIST) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ATTACHLIST
impl Eq for ATTACHLIST
impl StructuralPartialEq for ATTACHLIST
Auto Trait Implementations§
impl Freeze for ATTACHLIST
impl RefUnwindSafe for ATTACHLIST
impl !Send for ATTACHLIST
impl !Sync for ATTACHLIST
impl Unpin for ATTACHLIST
impl UnwindSafe for ATTACHLIST
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
)