#[repr(C)]pub struct tagRPC_CALL_ATTRIBUTES_V2_W {Show 18 fields
pub Version: c_uint,
pub Flags: c_ulong,
pub ServerPrincipalNameBufferLength: c_ulong,
pub ServerPrincipalName: *mut c_ushort,
pub ClientPrincipalNameBufferLength: c_ulong,
pub ClientPrincipalName: *mut c_ushort,
pub AuthenticationLevel: c_ulong,
pub AuthenticationService: c_ulong,
pub NullSession: BOOL,
pub KernelModeCaller: BOOL,
pub ProtocolSequence: c_ulong,
pub IsClientLocal: RpcCallClientLocality,
pub ClientPID: HANDLE,
pub CallStatus: c_ulong,
pub CallType: RpcCallType,
pub CallLocalAddress: *mut RPC_CALL_LOCAL_ADDRESS_V1,
pub OpNum: c_ushort,
pub InterfaceUuid: UUID,
}
Fields§
§Version: c_uint
§Flags: c_ulong
§ServerPrincipalNameBufferLength: c_ulong
§ServerPrincipalName: *mut c_ushort
§ClientPrincipalNameBufferLength: c_ulong
§ClientPrincipalName: *mut c_ushort
§AuthenticationLevel: c_ulong
§AuthenticationService: c_ulong
§NullSession: BOOL
§KernelModeCaller: BOOL
§ProtocolSequence: c_ulong
§IsClientLocal: RpcCallClientLocality
§ClientPID: HANDLE
§CallStatus: c_ulong
§CallType: RpcCallType
§CallLocalAddress: *mut RPC_CALL_LOCAL_ADDRESS_V1
§OpNum: c_ushort
§InterfaceUuid: UUID
Trait Implementations§
Source§impl Clone for tagRPC_CALL_ATTRIBUTES_V2_W
impl Clone for tagRPC_CALL_ATTRIBUTES_V2_W
Source§fn clone(&self) -> tagRPC_CALL_ATTRIBUTES_V2_W
fn clone(&self) -> tagRPC_CALL_ATTRIBUTES_V2_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 Debug for tagRPC_CALL_ATTRIBUTES_V2_W
impl Debug for tagRPC_CALL_ATTRIBUTES_V2_W
Source§impl Ord for tagRPC_CALL_ATTRIBUTES_V2_W
impl Ord for tagRPC_CALL_ATTRIBUTES_V2_W
Source§fn cmp(&self, other: &tagRPC_CALL_ATTRIBUTES_V2_W) -> Ordering
fn cmp(&self, other: &tagRPC_CALL_ATTRIBUTES_V2_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 PartialOrd for tagRPC_CALL_ATTRIBUTES_V2_W
impl PartialOrd for tagRPC_CALL_ATTRIBUTES_V2_W
impl Copy for tagRPC_CALL_ATTRIBUTES_V2_W
impl Eq for tagRPC_CALL_ATTRIBUTES_V2_W
impl StructuralPartialEq for tagRPC_CALL_ATTRIBUTES_V2_W
Auto Trait Implementations§
impl Freeze for tagRPC_CALL_ATTRIBUTES_V2_W
impl RefUnwindSafe for tagRPC_CALL_ATTRIBUTES_V2_W
impl !Send for tagRPC_CALL_ATTRIBUTES_V2_W
impl !Sync for tagRPC_CALL_ATTRIBUTES_V2_W
impl Unpin for tagRPC_CALL_ATTRIBUTES_V2_W
impl UnwindSafe for tagRPC_CALL_ATTRIBUTES_V2_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