Struct winapi::LIST_ENTRY [] [src]

pub struct LIST_ENTRY {
    pub Flink: *mut LIST_ENTRY,
    pub Blink: *mut LIST_ENTRY,
}

Fields

Trait Implementations

Derived Implementations

impl Debug for LIST_ENTRY

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for LIST_ENTRY

impl Clone for LIST_ENTRY

fn clone(&self) -> LIST_ENTRY

fn clone_from(&mut self, source: &Self)