#[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: ULONGRootDirectory: ULONGObjectName: ULONGAttributes: ULONGSecurityDescriptor: ULONGSecurityQualityOfService: ULONGTrait Implementations
sourceimpl Clone for OBJECT_ATTRIBUTES32
 
impl Clone for OBJECT_ATTRIBUTES32
sourcefn clone(&self) -> OBJECT_ATTRIBUTES32
 
fn clone(&self) -> OBJECT_ATTRIBUTES32
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_ATTRIBUTES32
Auto Trait Implementations
impl RefUnwindSafe for OBJECT_ATTRIBUTES32
impl Send for OBJECT_ATTRIBUTES32
impl Sync for OBJECT_ATTRIBUTES32
impl Unpin for OBJECT_ATTRIBUTES32
impl UnwindSafe for OBJECT_ATTRIBUTES32
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