Struct windows::Win32::Security::Authentication::Identity::SE_ADT_PARAMETER_ARRAY
#[repr(C)]pub struct SE_ADT_PARAMETER_ARRAY {
pub CategoryId: u32,
pub AuditId: u32,
pub ParameterCount: u32,
pub Length: u32,
pub FlatSubCategoryId: u16,
pub Type: u16,
pub Flags: u32,
pub Parameters: [SE_ADT_PARAMETER_ARRAY_ENTRY; 32],
}
Fields§
§CategoryId: u32
§AuditId: u32
§ParameterCount: u32
§Length: u32
§FlatSubCategoryId: u16
§Type: u16
§Flags: u32
§Parameters: [SE_ADT_PARAMETER_ARRAY_ENTRY; 32]
Trait Implementations§
§impl Clone for SE_ADT_PARAMETER_ARRAY
impl Clone for SE_ADT_PARAMETER_ARRAY
§fn clone(&self) -> SE_ADT_PARAMETER_ARRAY
fn clone(&self) -> SE_ADT_PARAMETER_ARRAY
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 SE_ADT_PARAMETER_ARRAY
impl Debug for SE_ADT_PARAMETER_ARRAY
§impl Default for SE_ADT_PARAMETER_ARRAY
impl Default for SE_ADT_PARAMETER_ARRAY
§impl PartialEq for SE_ADT_PARAMETER_ARRAY
impl PartialEq for SE_ADT_PARAMETER_ARRAY
§fn eq(&self, other: &SE_ADT_PARAMETER_ARRAY) -> bool
fn eq(&self, other: &SE_ADT_PARAMETER_ARRAY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SE_ADT_PARAMETER_ARRAY
impl Eq for SE_ADT_PARAMETER_ARRAY
impl StructuralPartialEq for SE_ADT_PARAMETER_ARRAY
Auto Trait Implementations§
impl Freeze for SE_ADT_PARAMETER_ARRAY
impl RefUnwindSafe for SE_ADT_PARAMETER_ARRAY
impl !Send for SE_ADT_PARAMETER_ARRAY
impl !Sync for SE_ADT_PARAMETER_ARRAY
impl Unpin for SE_ADT_PARAMETER_ARRAY
impl UnwindSafe for SE_ADT_PARAMETER_ARRAY
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
)