Struct windows::Win32::System::Rpc::RPC_CALL_ATTRIBUTES_V2_W
#[repr(C)]pub struct RPC_CALL_ATTRIBUTES_V2_W {Show 18 fields
pub Version: u32,
pub Flags: u32,
pub ServerPrincipalNameBufferLength: u32,
pub ServerPrincipalName: *mut u16,
pub ClientPrincipalNameBufferLength: u32,
pub ClientPrincipalName: *mut u16,
pub AuthenticationLevel: u32,
pub AuthenticationService: u32,
pub NullSession: BOOL,
pub KernelModeCaller: BOOL,
pub ProtocolSequence: u32,
pub IsClientLocal: RpcCallClientLocality,
pub ClientPID: HANDLE,
pub CallStatus: u32,
pub CallType: RpcCallType,
pub CallLocalAddress: *mut RPC_CALL_LOCAL_ADDRESS_V1,
pub OpNum: u16,
pub InterfaceUuid: GUID,
}
Fields§
§Version: u32
§Flags: u32
§ServerPrincipalNameBufferLength: u32
§ServerPrincipalName: *mut u16
§ClientPrincipalNameBufferLength: u32
§ClientPrincipalName: *mut u16
§AuthenticationLevel: u32
§AuthenticationService: u32
§NullSession: BOOL
§KernelModeCaller: BOOL
§ProtocolSequence: u32
§IsClientLocal: RpcCallClientLocality
§ClientPID: HANDLE
§CallStatus: u32
§CallType: RpcCallType
§CallLocalAddress: *mut RPC_CALL_LOCAL_ADDRESS_V1
§OpNum: u16
§InterfaceUuid: GUID
Trait Implementations§
§impl Clone for RPC_CALL_ATTRIBUTES_V2_W
impl Clone for RPC_CALL_ATTRIBUTES_V2_W
§fn clone(&self) -> RPC_CALL_ATTRIBUTES_V2_W
fn clone(&self) -> RPC_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 more§impl Debug for RPC_CALL_ATTRIBUTES_V2_W
impl Debug for RPC_CALL_ATTRIBUTES_V2_W
§impl Default for RPC_CALL_ATTRIBUTES_V2_W
impl Default for RPC_CALL_ATTRIBUTES_V2_W
§impl PartialEq for RPC_CALL_ATTRIBUTES_V2_W
impl PartialEq for RPC_CALL_ATTRIBUTES_V2_W
§fn eq(&self, other: &RPC_CALL_ATTRIBUTES_V2_W) -> bool
fn eq(&self, other: &RPC_CALL_ATTRIBUTES_V2_W) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RPC_CALL_ATTRIBUTES_V2_W
impl Eq for RPC_CALL_ATTRIBUTES_V2_W
impl StructuralPartialEq for RPC_CALL_ATTRIBUTES_V2_W
Auto Trait Implementations§
impl Freeze for RPC_CALL_ATTRIBUTES_V2_W
impl RefUnwindSafe for RPC_CALL_ATTRIBUTES_V2_W
impl !Send for RPC_CALL_ATTRIBUTES_V2_W
impl !Sync for RPC_CALL_ATTRIBUTES_V2_W
impl Unpin for RPC_CALL_ATTRIBUTES_V2_W
impl UnwindSafe for RPC_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
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
)