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 DBLNODEprev: *mut DBLNODEobject: *mut DDRAWI_DDRAWSURFACE_LCLobject_int: *mut DDRAWI_DDRAWSURFACE_INTTrait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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