#[repr(C)]pub struct _RPC_SECURITY_QOS_V3_A {
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_A__bindgen_ty_1,
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_A__bindgen_ty_1
§Sid: *mut c_void
Trait Implementations§
Source§impl Clone for _RPC_SECURITY_QOS_V3_A
impl Clone for _RPC_SECURITY_QOS_V3_A
Source§fn clone(&self) -> _RPC_SECURITY_QOS_V3_A
fn clone(&self) -> _RPC_SECURITY_QOS_V3_A
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 moreimpl Copy for _RPC_SECURITY_QOS_V3_A
Auto Trait Implementations§
impl Freeze for _RPC_SECURITY_QOS_V3_A
impl RefUnwindSafe for _RPC_SECURITY_QOS_V3_A
impl !Send for _RPC_SECURITY_QOS_V3_A
impl !Sync for _RPC_SECURITY_QOS_V3_A
impl Unpin for _RPC_SECURITY_QOS_V3_A
impl UnwindSafe for _RPC_SECURITY_QOS_V3_A
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