Struct OBJECT_ATTRIBUTES64
#[repr(C)]pub struct OBJECT_ATTRIBUTES64 {
pub Length: u32,
pub RootDirectory: u64,
pub ObjectName: u64,
pub Attributes: OBJECT_ATTRIBUTE_FLAGS,
pub SecurityDescriptor: *const SECURITY_DESCRIPTOR,
pub SecurityQualityOfService: *const SECURITY_QUALITY_OF_SERVICE,
}
Fields§
§Length: u32
§RootDirectory: u64
§ObjectName: u64
§Attributes: OBJECT_ATTRIBUTE_FLAGS
§SecurityDescriptor: *const SECURITY_DESCRIPTOR
§SecurityQualityOfService: *const SECURITY_QUALITY_OF_SERVICE
Trait Implementations§
§impl Clone for OBJECT_ATTRIBUTES64
impl Clone for OBJECT_ATTRIBUTES64
§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 more§impl Debug for OBJECT_ATTRIBUTES64
impl Debug for OBJECT_ATTRIBUTES64
§impl Default for OBJECT_ATTRIBUTES64
impl Default for OBJECT_ATTRIBUTES64
§impl PartialEq for OBJECT_ATTRIBUTES64
impl PartialEq for OBJECT_ATTRIBUTES64
impl Copy for OBJECT_ATTRIBUTES64
impl StructuralPartialEq for OBJECT_ATTRIBUTES64
Auto Trait Implementations§
impl Freeze for OBJECT_ATTRIBUTES64
impl RefUnwindSafe for OBJECT_ATTRIBUTES64
impl !Send for OBJECT_ATTRIBUTES64
impl !Sync for OBJECT_ATTRIBUTES64
impl Unpin for OBJECT_ATTRIBUTES64
impl UnwindSafe for OBJECT_ATTRIBUTES64
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