Struct windows::Win32::System::Rpc::RPC_CALL_ATTRIBUTES_V1_A
#[repr(C)]pub struct RPC_CALL_ATTRIBUTES_V1_A {
pub Version: u32,
pub Flags: u32,
pub ServerPrincipalNameBufferLength: u32,
pub ServerPrincipalName: *mut u8,
pub ClientPrincipalNameBufferLength: u32,
pub ClientPrincipalName: *mut u8,
pub AuthenticationLevel: u32,
pub AuthenticationService: u32,
pub NullSession: BOOL,
}
Fields§
§Version: u32
§Flags: u32
§ServerPrincipalNameBufferLength: u32
§ServerPrincipalName: *mut u8
§ClientPrincipalNameBufferLength: u32
§ClientPrincipalName: *mut u8
§AuthenticationLevel: u32
§AuthenticationService: u32
§NullSession: BOOL
Trait Implementations§
§impl Clone for RPC_CALL_ATTRIBUTES_V1_A
impl Clone for RPC_CALL_ATTRIBUTES_V1_A
§fn clone(&self) -> RPC_CALL_ATTRIBUTES_V1_A
fn clone(&self) -> RPC_CALL_ATTRIBUTES_V1_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 more§impl Debug for RPC_CALL_ATTRIBUTES_V1_A
impl Debug for RPC_CALL_ATTRIBUTES_V1_A
§impl Default for RPC_CALL_ATTRIBUTES_V1_A
impl Default for RPC_CALL_ATTRIBUTES_V1_A
§impl PartialEq for RPC_CALL_ATTRIBUTES_V1_A
impl PartialEq for RPC_CALL_ATTRIBUTES_V1_A
§fn eq(&self, other: &RPC_CALL_ATTRIBUTES_V1_A) -> bool
fn eq(&self, other: &RPC_CALL_ATTRIBUTES_V1_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RPC_CALL_ATTRIBUTES_V1_A
impl Eq for RPC_CALL_ATTRIBUTES_V1_A
impl StructuralPartialEq for RPC_CALL_ATTRIBUTES_V1_A
Auto Trait Implementations§
impl Freeze for RPC_CALL_ATTRIBUTES_V1_A
impl RefUnwindSafe for RPC_CALL_ATTRIBUTES_V1_A
impl !Send for RPC_CALL_ATTRIBUTES_V1_A
impl !Sync for RPC_CALL_ATTRIBUTES_V1_A
impl Unpin for RPC_CALL_ATTRIBUTES_V1_A
impl UnwindSafe for RPC_CALL_ATTRIBUTES_V1_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
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
)