Struct winapi::mssip::MS_ADDINFO_FLAT [] [src]

pub struct MS_ADDINFO_FLAT {
    pub cbStruct: DWORD,
    pub pIndirectData: *mut SIP_INDIRECT_DATA,
}

Fields

cbStruct: DWORD pIndirectData: *mut SIP_INDIRECT_DATA

Trait Implementations

impl Debug for MS_ADDINFO_FLAT
[src]

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

Formats the value using the given formatter.

impl Copy for MS_ADDINFO_FLAT
[src]

impl Clone for MS_ADDINFO_FLAT
[src]

fn clone(&self) -> MS_ADDINFO_FLAT

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