Struct windows::Wdk::Foundation::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,
}
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
§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 more§impl Debug for OBJECT_ATTRIBUTES32
impl Debug for OBJECT_ATTRIBUTES32
§impl Default for OBJECT_ATTRIBUTES32
impl Default for OBJECT_ATTRIBUTES32
§impl PartialEq for OBJECT_ATTRIBUTES32
impl PartialEq for OBJECT_ATTRIBUTES32
§fn eq(&self, other: &OBJECT_ATTRIBUTES32) -> bool
fn eq(&self, other: &OBJECT_ATTRIBUTES32) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OBJECT_ATTRIBUTES32
impl Eq for OBJECT_ATTRIBUTES32
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)