Struct windows::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,
}
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
§fn clone(&self) -> RPC_SECURITY_QOS
fn clone(&self) -> RPC_SECURITY_QOS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for RPC_SECURITY_QOS
impl Debug for RPC_SECURITY_QOS
§impl Default for RPC_SECURITY_QOS
impl Default for RPC_SECURITY_QOS
§impl PartialEq for RPC_SECURITY_QOS
impl PartialEq for RPC_SECURITY_QOS
§fn eq(&self, other: &RPC_SECURITY_QOS) -> bool
fn eq(&self, other: &RPC_SECURITY_QOS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RPC_SECURITY_QOS
impl Eq for RPC_SECURITY_QOS
impl StructuralPartialEq for RPC_SECURITY_QOS
Auto Trait Implementations§
impl Freeze for RPC_SECURITY_QOS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)