Struct winapi::shared::ntdef::LIST_ENTRY [−][src]
#[repr(C)]pub struct LIST_ENTRY {
pub Flink: *mut LIST_ENTRY,
pub Blink: *mut LIST_ENTRY,
}
Fields
Flink: *mut LIST_ENTRY
Blink: *mut LIST_ENTRY
Trait Implementations
Returns the “default value” for a type. Read more