Struct winapi::lsalookup::LSA_OBJECT_ATTRIBUTES [] [src]

pub struct LSA_OBJECT_ATTRIBUTES {
    pub Length: ULONG,
    pub RootDirectory: HANDLE,
    pub ObjectName: PLSA_UNICODE_STRING,
    pub Attributes: ULONG,
    pub SecurityDescriptor: PVOID,
    pub SecurityQualityOfService: PVOID,
}

Fields

Length: ULONG RootDirectory: HANDLE ObjectName: PLSA_UNICODE_STRING Attributes: ULONG SecurityDescriptor: PVOID SecurityQualityOfService: PVOID

Trait Implementations

impl Debug for LSA_OBJECT_ATTRIBUTES
[src]

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

Formats the value using the given formatter.

impl Copy for LSA_OBJECT_ATTRIBUTES
[src]

impl Clone for LSA_OBJECT_ATTRIBUTES
[src]

fn clone(&self) -> LSA_OBJECT_ATTRIBUTES

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