#[repr(C)]
pub union AUTHZ_SOURCE_SCHEMA_REGISTRATION_0 {
pub pReserved: *mut c_void,
pub pProviderGuid: *mut GUID,
}
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§
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