Struct windows_sys::Win32::Graphics::DirectDraw::DD_ATTACHLIST
[−]#[repr(C)]pub struct DD_ATTACHLIST {
pub lpLink: *mut DD_ATTACHLIST,
pub lpAttached: *mut DD_SURFACE_LOCAL,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
Fields
lpLink: *mut DD_ATTACHLIST
lpAttached: *mut DD_SURFACE_LOCAL
Trait Implementations
impl Clone for DD_ATTACHLIST
impl Clone for DD_ATTACHLIST
impl Copy for DD_ATTACHLIST
Auto Trait Implementations
impl RefUnwindSafe for DD_ATTACHLIST
impl !Send for DD_ATTACHLIST
impl !Sync for DD_ATTACHLIST
impl Unpin for DD_ATTACHLIST
impl UnwindSafe for DD_ATTACHLIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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