Struct winapi::winnt::TP_CALLBACK_ENVIRON_V3_s [] [src]

pub struct TP_CALLBACK_ENVIRON_V3_s {
    pub BitFields: DWORD,
}

Fields

BitFields: DWORD

Methods

impl TP_CALLBACK_ENVIRON_V3_s
[src]

fn LongFunction(&self) -> DWORD

fn set_LongFunction(&mut self, val: DWORD)

fn Persistent(&self) -> DWORD

fn set_Persistent(&mut self, val: DWORD)

fn Private(&self) -> DWORD

fn set_Private(&mut self, val: DWORD)

Trait Implementations

impl Debug for TP_CALLBACK_ENVIRON_V3_s
[src]

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

Formats the value using the given formatter.

impl Copy for TP_CALLBACK_ENVIRON_V3_s
[src]

impl Clone for TP_CALLBACK_ENVIRON_V3_s
[src]

fn clone(&self) -> TP_CALLBACK_ENVIRON_V3_s

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more