Struct winapi::subauth::SR_SECURITY_DESCRIPTOR [] [src]

pub struct SR_SECURITY_DESCRIPTOR {
    pub Length: ULONG,
    pub SecurityDescriptor: PUCHAR,
}

Fields

Length: ULONG SecurityDescriptor: PUCHAR

Trait Implementations

impl Debug for SR_SECURITY_DESCRIPTOR
[src]

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

Formats the value using the given formatter.

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