#[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 moreimpl Copy 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