Type Alias winfsp_sys::LIST_ENTRY

source ·
pub type LIST_ENTRY = _LIST_ENTRY;

Aliased Type§

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

source§

fn clone(&self) -> _LIST_ENTRY

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for _LIST_ENTRY

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for _LIST_ENTRY

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Copy for _LIST_ENTRY