#[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: ULONGRootDirectory: ULONG64ObjectName: ULONG64Attributes: ULONGSecurityDescriptor: ULONG64SecurityQualityOfService: ULONG64Trait Implementations
sourceimpl Clone for OBJECT_ATTRIBUTES64
 
impl Clone for OBJECT_ATTRIBUTES64
sourcefn clone(&self) -> OBJECT_ATTRIBUTES64
 
fn clone(&self) -> OBJECT_ATTRIBUTES64
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for OBJECT_ATTRIBUTES64
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more