#[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 moreimpl Copy for OBJECT_ATTRIBUTES32
Auto Trait Implementations§
impl Freeze for OBJECT_ATTRIBUTES32
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§
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