Struct winapi::winnt::CLAIM_SECURITY_ATTRIBUTES_INFORMATION
[−]
[src]
pub struct CLAIM_SECURITY_ATTRIBUTES_INFORMATION { pub Version: WORD, pub Reserved: WORD, pub AttributeCount: DWORD, pub pAttributeV1: PCLAIM_SECURITY_ATTRIBUTE_V1, }
Fields
Version | |
Reserved | |
AttributeCount | |
pAttributeV1 |
Trait Implementations
impl Copy for CLAIM_SECURITY_ATTRIBUTES_INFORMATION
[src]
impl Clone for CLAIM_SECURITY_ATTRIBUTES_INFORMATION
[src]
fn clone(&self) -> CLAIM_SECURITY_ATTRIBUTES_INFORMATION
[−]
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