Struct windows_sys::Win32::System::Rpc::RPC_SECURITY_QOS_V4_W
[−]#[repr(C)]pub struct RPC_SECURITY_QOS_V4_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_V4_W_0,
pub Sid: *mut c_void,
pub EffectiveOnly: u32,
}
Expand description
Required features: "Win32_System_Rpc"
, "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_V4_W_0
Sid: *mut c_void
EffectiveOnly: u32
Trait Implementations
impl Clone for RPC_SECURITY_QOS_V4_W
impl Clone for RPC_SECURITY_QOS_V4_W
impl Copy for RPC_SECURITY_QOS_V4_W
Auto Trait Implementations
impl RefUnwindSafe for RPC_SECURITY_QOS_V4_W
impl !Send for RPC_SECURITY_QOS_V4_W
impl !Sync for RPC_SECURITY_QOS_V4_W
impl Unpin for RPC_SECURITY_QOS_V4_W
impl UnwindSafe for RPC_SECURITY_QOS_V4_W
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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