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