#[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§
Source§impl Clone for LSA_OBJECT_ATTRIBUTES
impl Clone for LSA_OBJECT_ATTRIBUTES
Source§fn clone(&self) -> LSA_OBJECT_ATTRIBUTES
fn clone(&self) -> LSA_OBJECT_ATTRIBUTES
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for LSA_OBJECT_ATTRIBUTES
impl Default for LSA_OBJECT_ATTRIBUTES
Source§fn default() -> LSA_OBJECT_ATTRIBUTES
fn default() -> LSA_OBJECT_ATTRIBUTES
Returns the “default value” for a type. Read more
impl Copy for LSA_OBJECT_ATTRIBUTES
Auto Trait Implementations§
impl Freeze for LSA_OBJECT_ATTRIBUTES
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more