#[repr(C)]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
sourceimpl Clone for LSA_OBJECT_ATTRIBUTES
impl Clone for LSA_OBJECT_ATTRIBUTES
sourcefn clone(&self) -> LSA_OBJECT_ATTRIBUTES
fn clone(&self) -> LSA_OBJECT_ATTRIBUTES
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for LSA_OBJECT_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for LSA_OBJECT_ATTRIBUTES
impl !Send for LSA_OBJECT_ATTRIBUTES
impl !Sync for LSA_OBJECT_ATTRIBUTES
impl Unpin for LSA_OBJECT_ATTRIBUTES
impl UnwindSafe for LSA_OBJECT_ATTRIBUTES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more