Struct windows::Win32::System::SystemServices::SECURITY_OBJECT_AI_PARAMS
#[repr(C)]pub struct SECURITY_OBJECT_AI_PARAMS {
pub Size: u32,
pub ConstraintMask: u32,
}
Fields§
§Size: u32
§ConstraintMask: u32
Trait Implementations§
§impl Clone for SECURITY_OBJECT_AI_PARAMS
impl Clone for SECURITY_OBJECT_AI_PARAMS
§fn clone(&self) -> SECURITY_OBJECT_AI_PARAMS
fn clone(&self) -> SECURITY_OBJECT_AI_PARAMS
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 SECURITY_OBJECT_AI_PARAMS
impl Debug for SECURITY_OBJECT_AI_PARAMS
§impl Default for SECURITY_OBJECT_AI_PARAMS
impl Default for SECURITY_OBJECT_AI_PARAMS
§impl PartialEq for SECURITY_OBJECT_AI_PARAMS
impl PartialEq for SECURITY_OBJECT_AI_PARAMS
§fn eq(&self, other: &SECURITY_OBJECT_AI_PARAMS) -> bool
fn eq(&self, other: &SECURITY_OBJECT_AI_PARAMS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SECURITY_OBJECT_AI_PARAMS
impl Eq for SECURITY_OBJECT_AI_PARAMS
impl StructuralPartialEq for SECURITY_OBJECT_AI_PARAMS
Auto Trait Implementations§
impl Freeze for SECURITY_OBJECT_AI_PARAMS
impl RefUnwindSafe for SECURITY_OBJECT_AI_PARAMS
impl Send for SECURITY_OBJECT_AI_PARAMS
impl Sync for SECURITY_OBJECT_AI_PARAMS
impl Unpin for SECURITY_OBJECT_AI_PARAMS
impl UnwindSafe for SECURITY_OBJECT_AI_PARAMS
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
)