Struct winapi::um::winnt::SLIST_ENTRY [−][src]
#[repr(C)]pub struct SLIST_ENTRY {
pub Next: *mut SLIST_ENTRY,
}Fields
Next: *mut SLIST_ENTRYTrait Implementations
Returns the “default value” for a type. Read more