Struct windows_sys::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,
}
Expand description
Required features: "Win32_System_Rpc"
, "Win32_Foundation"
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
impl Copy for RPC_CALL_ATTRIBUTES_V2_W
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more