Struct windows_sys::Win32::System::Kernel::SINGLE_LIST_ENTRY
[−]#[repr(C)]pub struct SINGLE_LIST_ENTRY {
pub Next: *mut SINGLE_LIST_ENTRY,
}Expand description
Required features: ‘Win32_System_Kernel’
Fields
Next: *mut SINGLE_LIST_ENTRY