Struct windows_sys::Win32::System::Rpc::RPC_SECURITY_QOS
#[repr(C)]pub struct RPC_SECURITY_QOS {
pub Version: u32,
pub Capabilities: RPC_C_QOS_CAPABILITIES,
pub IdentityTracking: RPC_C_QOS_IDENTITY,
pub ImpersonationType: RPC_C_IMP_LEVEL,
}
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
Trait Implementations§
§impl Clone for RPC_SECURITY_QOS
impl Clone for RPC_SECURITY_QOS
impl Copy for RPC_SECURITY_QOS
Auto Trait Implementations§
impl RefUnwindSafe for RPC_SECURITY_QOS
impl Send for RPC_SECURITY_QOS
impl Sync for RPC_SECURITY_QOS
impl Unpin for RPC_SECURITY_QOS
impl UnwindSafe for RPC_SECURITY_QOS
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