pub type SLIST_ENTRY = _SLIST_ENTRY;
Aliased Type§
struct SLIST_ENTRY {
pub Next: *mut _SLIST_ENTRY,
}
Fields§
§Next: *mut _SLIST_ENTRY
pub type SLIST_ENTRY = _SLIST_ENTRY;
struct SLIST_ENTRY {
pub Next: *mut _SLIST_ENTRY,
}
Next: *mut _SLIST_ENTRY