Struct windows_sys::Win32::System::Kernel::OBJECT_ATTRIBUTES32
[−]#[repr(C)]pub struct OBJECT_ATTRIBUTES32 {
pub Length: u32,
pub RootDirectory: u32,
pub ObjectName: u32,
pub Attributes: u32,
pub SecurityDescriptor: u32,
pub SecurityQualityOfService: u32,
}
Expand description
Required features: "Win32_System_Kernel"
Fields
Length: u32
RootDirectory: u32
ObjectName: u32
Attributes: u32
SecurityDescriptor: u32
SecurityQualityOfService: u32
Trait Implementations
impl Clone for OBJECT_ATTRIBUTES32
impl Clone for OBJECT_ATTRIBUTES32
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