Struct winapi::SINGLE_LIST_ENTRY [] [src]

pub struct SINGLE_LIST_ENTRY {
    pub Next: *mut SINGLE_LIST_ENTRY,
}

Fields

Next

Trait Implementations

Derived Implementations

impl Debug for SINGLE_LIST_ENTRY

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

impl Copy for SINGLE_LIST_ENTRY

impl Clone for SINGLE_LIST_ENTRY

fn clone(&self) -> SINGLE_LIST_ENTRY

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