Struct windows::Win32::System::Rpc::RPC_SECURITY_QOS_V3_W
#[repr(C)]pub struct RPC_SECURITY_QOS_V3_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_V3_W_0,
pub Sid: *mut c_void,
}
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_V3_W_0
§Sid: *mut c_void
Trait Implementations§
§impl Clone for RPC_SECURITY_QOS_V3_W
impl Clone for RPC_SECURITY_QOS_V3_W
§fn clone(&self) -> RPC_SECURITY_QOS_V3_W
fn clone(&self) -> RPC_SECURITY_QOS_V3_W
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 Default for RPC_SECURITY_QOS_V3_W
impl Default for RPC_SECURITY_QOS_V3_W
impl Copy for RPC_SECURITY_QOS_V3_W
Auto Trait Implementations§
impl Freeze for RPC_SECURITY_QOS_V3_W
impl RefUnwindSafe for RPC_SECURITY_QOS_V3_W
impl !Send for RPC_SECURITY_QOS_V3_W
impl !Sync for RPC_SECURITY_QOS_V3_W
impl Unpin for RPC_SECURITY_QOS_V3_W
impl UnwindSafe for RPC_SECURITY_QOS_V3_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
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
)