Struct winapi::um::winnt::SECURITY_OBJECT_AI_PARAMS
source · #[repr(C)]pub struct SECURITY_OBJECT_AI_PARAMS {
pub Size: DWORD,
pub ConstraintMask: DWORD,
}
Fields§
§Size: DWORD
§ConstraintMask: DWORD
Trait Implementations§
source§impl Clone for SECURITY_OBJECT_AI_PARAMS
impl Clone for SECURITY_OBJECT_AI_PARAMS
source§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 moresource§impl Default for SECURITY_OBJECT_AI_PARAMS
impl Default for SECURITY_OBJECT_AI_PARAMS
source§fn default() -> SECURITY_OBJECT_AI_PARAMS
fn default() -> SECURITY_OBJECT_AI_PARAMS
Returns the “default value” for a type. Read more