#[repr(C)]pub struct AUTHZ_CAP_CHANGE_SUBSCRIPTION_HANDLE__ {
pub unused: i32,
}
Expand description
Required features: "Win32_Security_Authorization"
Fields
unused: i32
Trait Implementations
impl Copy for AUTHZ_CAP_CHANGE_SUBSCRIPTION_HANDLE__
Auto Trait Implementations
impl RefUnwindSafe for AUTHZ_CAP_CHANGE_SUBSCRIPTION_HANDLE__
impl Send for AUTHZ_CAP_CHANGE_SUBSCRIPTION_HANDLE__
impl Sync for AUTHZ_CAP_CHANGE_SUBSCRIPTION_HANDLE__
impl Unpin for AUTHZ_CAP_CHANGE_SUBSCRIPTION_HANDLE__
impl UnwindSafe for AUTHZ_CAP_CHANGE_SUBSCRIPTION_HANDLE__
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