Struct winapi::mssip::MS_ADDINFO_FLAT
[−]
[src]
pub struct MS_ADDINFO_FLAT { pub cbStruct: DWORD, pub pIndirectData: *mut SIP_INDIRECT_DATA, }
Fields
cbStruct | |
pIndirectData |
Trait Implementations
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