Expand description
Required features: "Win32_System_SystemServices"
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
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