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