pub type SLIST_ENTRY = _SLIST_ENTRY;Aliased Type§
#[repr(C, align(16))]pub struct SLIST_ENTRY {
pub Next: *mut _SLIST_ENTRY,
}Fields§
§Next: *mut _SLIST_ENTRYpub type SLIST_ENTRY = _SLIST_ENTRY;#[repr(C, align(16))]pub struct SLIST_ENTRY {
pub Next: *mut _SLIST_ENTRY,
}Next: *mut _SLIST_ENTRY