Struct winapi::subauth::SR_SECURITY_DESCRIPTOR
[−]
[src]
pub struct SR_SECURITY_DESCRIPTOR { pub Length: ULONG, pub SecurityDescriptor: PUCHAR, }
Fields
Length | |
SecurityDescriptor |
Trait Implementations
impl Copy for SR_SECURITY_DESCRIPTOR
[src]
impl Clone for SR_SECURITY_DESCRIPTOR
[src]
fn clone(&self) -> SR_SECURITY_DESCRIPTOR
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