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 | |
RootDirectory | |
ObjectName | |
Attributes | |
SecurityDescriptor | |
SecurityQualityOfService |
Trait Implementations
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