Struct windows_sys::Win32::System::Rpc::RPC_SECURITY_QOS_V5_W
#[repr(C)]pub struct RPC_SECURITY_QOS_V5_W {
pub Version: u32,
pub Capabilities: RPC_C_QOS_CAPABILITIES,
pub IdentityTracking: RPC_C_QOS_IDENTITY,
pub ImpersonationType: RPC_C_IMP_LEVEL,
pub AdditionalSecurityInfoType: RPC_C_AUTHN_INFO_TYPE,
pub u: RPC_SECURITY_QOS_V5_W_0,
pub Sid: *mut c_void,
pub EffectiveOnly: u32,
pub ServerSecurityDescriptor: *mut c_void,
}
Expand description
Required features: "Win32_System_Com"
Fields§
§Version: u32
§Capabilities: RPC_C_QOS_CAPABILITIES
§IdentityTracking: RPC_C_QOS_IDENTITY
§ImpersonationType: RPC_C_IMP_LEVEL
§AdditionalSecurityInfoType: RPC_C_AUTHN_INFO_TYPE
§u: RPC_SECURITY_QOS_V5_W_0
§Sid: *mut c_void
§EffectiveOnly: u32
§ServerSecurityDescriptor: *mut c_void
Trait Implementations§
§impl Clone for RPC_SECURITY_QOS_V5_W
impl Clone for RPC_SECURITY_QOS_V5_W
impl Copy for RPC_SECURITY_QOS_V5_W
Auto Trait Implementations§
impl RefUnwindSafe for RPC_SECURITY_QOS_V5_W
impl !Send for RPC_SECURITY_QOS_V5_W
impl !Sync for RPC_SECURITY_QOS_V5_W
impl Unpin for RPC_SECURITY_QOS_V5_W
impl UnwindSafe for RPC_SECURITY_QOS_V5_W
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