Struct windows_sys::Win32::System::WindowsProgramming::OBJECT_ATTRIBUTES
[−]#[repr(C)]pub struct OBJECT_ATTRIBUTES {
pub Length: u32,
pub RootDirectory: HANDLE,
pub ObjectName: *mut UNICODE_STRING,
pub Attributes: u32,
pub SecurityDescriptor: *mut c_void,
pub SecurityQualityOfService: *mut c_void,
}
Expand description
Required features: "Win32_System_WindowsProgramming"
, "Win32_Foundation"
Fields
Length: u32
RootDirectory: HANDLE
ObjectName: *mut UNICODE_STRING
Attributes: u32
SecurityDescriptor: *mut c_void
SecurityQualityOfService: *mut c_void
Trait Implementations
impl Clone for OBJECT_ATTRIBUTES
impl Clone for OBJECT_ATTRIBUTES
impl Copy for OBJECT_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for OBJECT_ATTRIBUTES
impl !Send for OBJECT_ATTRIBUTES
impl !Sync for OBJECT_ATTRIBUTES
impl Unpin for OBJECT_ATTRIBUTES
impl UnwindSafe for OBJECT_ATTRIBUTES
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