#[repr(C)]pub struct SE_ADT_PARAMETER_ARRAY_ENTRY {
pub Type: SE_ADT_PARAMETER_TYPE,
pub Length: u32,
pub Data: [usize; 2],
pub Address: *mut c_void,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
Type: SE_ADT_PARAMETER_TYPE
Length: u32
Data: [usize; 2]
Address: *mut c_void
Trait Implementations
impl Clone for SE_ADT_PARAMETER_ARRAY_ENTRY
impl Clone for SE_ADT_PARAMETER_ARRAY_ENTRY
impl Copy for SE_ADT_PARAMETER_ARRAY_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for SE_ADT_PARAMETER_ARRAY_ENTRY
impl !Send for SE_ADT_PARAMETER_ARRAY_ENTRY
impl !Sync for SE_ADT_PARAMETER_ARRAY_ENTRY
impl Unpin for SE_ADT_PARAMETER_ARRAY_ENTRY
impl UnwindSafe for SE_ADT_PARAMETER_ARRAY_ENTRY
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