Struct 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
impl Copy 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