#[repr(C)]pub struct RPC_SECURITY_QOS_V3_W {
pub Version: c_ulong,
pub Capabilities: c_ulong,
pub IdentityTracking: c_ulong,
pub ImpersonationType: c_ulong,
pub AdditionalSecurityInfoType: c_ulong,
pub u: RPC_SECURITY_QOS_V3_W_union,
pub Sid: *mut c_void,
}
Fields§
§Version: c_ulong
§Capabilities: c_ulong
§IdentityTracking: c_ulong
§ImpersonationType: c_ulong
§AdditionalSecurityInfoType: c_ulong
§u: RPC_SECURITY_QOS_V3_W_union
§Sid: *mut c_void
Trait Implementations§
Source§impl Clone for RPC_SECURITY_QOS_V3_W
impl Clone for RPC_SECURITY_QOS_V3_W
Source§fn clone(&self) -> RPC_SECURITY_QOS_V3_W
fn clone(&self) -> RPC_SECURITY_QOS_V3_W
Returns a duplicate 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 moreSource§impl Default for RPC_SECURITY_QOS_V3_W
impl Default for RPC_SECURITY_QOS_V3_W
Source§fn default() -> RPC_SECURITY_QOS_V3_W
fn default() -> RPC_SECURITY_QOS_V3_W
Returns the “default value” for a type. Read more
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