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