Struct winapi::shared::ntdef::OBJECT_ATTRIBUTES
source · #[repr(C)]pub struct OBJECT_ATTRIBUTES {
pub Length: ULONG,
pub RootDirectory: HANDLE,
pub ObjectName: PUNICODE_STRING,
pub Attributes: ULONG,
pub SecurityDescriptor: PVOID,
pub SecurityQualityOfService: PVOID,
}Fields§
§Length: ULONG§RootDirectory: HANDLE§ObjectName: PUNICODE_STRING§Attributes: ULONG§SecurityDescriptor: PVOID§SecurityQualityOfService: PVOIDTrait Implementations§
source§impl Clone for OBJECT_ATTRIBUTES
impl Clone for OBJECT_ATTRIBUTES
source§fn clone(&self) -> OBJECT_ATTRIBUTES
fn clone(&self) -> OBJECT_ATTRIBUTES
Returns a copy 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 OBJECT_ATTRIBUTES
impl Default for OBJECT_ATTRIBUTES
source§fn default() -> OBJECT_ATTRIBUTES
fn default() -> OBJECT_ATTRIBUTES
Returns the “default value” for a type. Read more