Struct windows_sys::Win32::Graphics::DirectDraw::DBLNODE
[−]#[repr(C)]pub struct DBLNODE {
pub next: *mut DBLNODE,
pub prev: *mut DBLNODE,
pub object: *mut DDRAWI_DDRAWSURFACE_LCL,
pub object_int: *mut DDRAWI_DDRAWSURFACE_INT,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
next: *mut DBLNODE
prev: *mut DBLNODE
object: *mut DDRAWI_DDRAWSURFACE_LCL
object_int: *mut DDRAWI_DDRAWSURFACE_INT
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DBLNODE
impl !Send for DBLNODE
impl !Sync for DBLNODE
impl Unpin for DBLNODE
impl UnwindSafe for DBLNODE
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