#[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
impl Copy for SECURITY_OBJECT_AI_PARAMS
Auto Trait Implementations§
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