#[repr(C)]
pub union AUTHZ_SOURCE_SCHEMA_REGISTRATION_0 {
pub pReserved: *mut c_void,
pub pProviderGuid: *mut GUID,
}
Expand description
Required features: "Win32_Security_Authorization"
Fields
pReserved: *mut c_void
pProviderGuid: *mut GUID
Trait Implementations
impl Clone for AUTHZ_SOURCE_SCHEMA_REGISTRATION_0
impl Clone for AUTHZ_SOURCE_SCHEMA_REGISTRATION_0
impl Copy for AUTHZ_SOURCE_SCHEMA_REGISTRATION_0
Auto Trait Implementations
impl RefUnwindSafe for AUTHZ_SOURCE_SCHEMA_REGISTRATION_0
impl !Send for AUTHZ_SOURCE_SCHEMA_REGISTRATION_0
impl !Sync for AUTHZ_SOURCE_SCHEMA_REGISTRATION_0
impl Unpin for AUTHZ_SOURCE_SCHEMA_REGISTRATION_0
impl UnwindSafe for AUTHZ_SOURCE_SCHEMA_REGISTRATION_0
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