Struct winapi::shared::ntdef::LIST_ENTRY
source · #[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§
source§impl Clone for LIST_ENTRY
impl Clone for LIST_ENTRY
source§fn clone(&self) -> LIST_ENTRY
fn clone(&self) -> LIST_ENTRY
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 LIST_ENTRY
impl Default for LIST_ENTRY
source§fn default() -> LIST_ENTRY
fn default() -> LIST_ENTRY
Returns the “default value” for a type. Read more