Struct winapi::shared::ntdef::SINGLE_LIST_ENTRY32
source · #[repr(C)]pub struct SINGLE_LIST_ENTRY32 {
pub Next: ULONG,
}
Fields§
§Next: ULONG
Trait Implementations§
source§impl Clone for SINGLE_LIST_ENTRY32
impl Clone for SINGLE_LIST_ENTRY32
source§fn clone(&self) -> SINGLE_LIST_ENTRY32
fn clone(&self) -> SINGLE_LIST_ENTRY32
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for SINGLE_LIST_ENTRY32
impl Default for SINGLE_LIST_ENTRY32
source§fn default() -> SINGLE_LIST_ENTRY32
fn default() -> SINGLE_LIST_ENTRY32
Returns the “default value” for a type. Read more