#[repr(C)]pub struct _RPC_BINDING_HANDLE_SECURITY_V1_W {
pub Version: c_ulong,
pub ServerPrincName: *mut c_ushort,
pub AuthnLevel: c_ulong,
pub AuthnSvc: c_ulong,
pub AuthIdentity: *mut SEC_WINNT_AUTH_IDENTITY_W,
pub SecurityQos: *mut RPC_SECURITY_QOS,
}
Fields§
§Version: c_ulong
§ServerPrincName: *mut c_ushort
§AuthnLevel: c_ulong
§AuthnSvc: c_ulong
§AuthIdentity: *mut SEC_WINNT_AUTH_IDENTITY_W
§SecurityQos: *mut RPC_SECURITY_QOS
Trait Implementations§
Source§impl Clone for _RPC_BINDING_HANDLE_SECURITY_V1_W
impl Clone for _RPC_BINDING_HANDLE_SECURITY_V1_W
Source§fn clone(&self) -> _RPC_BINDING_HANDLE_SECURITY_V1_W
fn clone(&self) -> _RPC_BINDING_HANDLE_SECURITY_V1_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 moreSource§impl Ord for _RPC_BINDING_HANDLE_SECURITY_V1_W
impl Ord for _RPC_BINDING_HANDLE_SECURITY_V1_W
Source§fn cmp(&self, other: &_RPC_BINDING_HANDLE_SECURITY_V1_W) -> Ordering
fn cmp(&self, other: &_RPC_BINDING_HANDLE_SECURITY_V1_W) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _RPC_BINDING_HANDLE_SECURITY_V1_W
impl PartialEq for _RPC_BINDING_HANDLE_SECURITY_V1_W
Source§fn eq(&self, other: &_RPC_BINDING_HANDLE_SECURITY_V1_W) -> bool
fn eq(&self, other: &_RPC_BINDING_HANDLE_SECURITY_V1_W) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _RPC_BINDING_HANDLE_SECURITY_V1_W
impl PartialOrd for _RPC_BINDING_HANDLE_SECURITY_V1_W
impl Copy for _RPC_BINDING_HANDLE_SECURITY_V1_W
impl Eq for _RPC_BINDING_HANDLE_SECURITY_V1_W
impl StructuralPartialEq for _RPC_BINDING_HANDLE_SECURITY_V1_W
Auto Trait Implementations§
impl Freeze for _RPC_BINDING_HANDLE_SECURITY_V1_W
impl RefUnwindSafe for _RPC_BINDING_HANDLE_SECURITY_V1_W
impl !Send for _RPC_BINDING_HANDLE_SECURITY_V1_W
impl !Sync for _RPC_BINDING_HANDLE_SECURITY_V1_W
impl Unpin for _RPC_BINDING_HANDLE_SECURITY_V1_W
impl UnwindSafe for _RPC_BINDING_HANDLE_SECURITY_V1_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