Struct windows_sys::Win32::System::Rpc::RPC_CALL_ATTRIBUTES_V1_W
[−]#[repr(C)]pub struct RPC_CALL_ATTRIBUTES_V1_W {
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,
}
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
Trait Implementations
impl Clone for RPC_CALL_ATTRIBUTES_V1_W
impl Clone for RPC_CALL_ATTRIBUTES_V1_W
impl Copy for RPC_CALL_ATTRIBUTES_V1_W
Auto Trait Implementations
impl RefUnwindSafe for RPC_CALL_ATTRIBUTES_V1_W
impl !Send for RPC_CALL_ATTRIBUTES_V1_W
impl !Sync for RPC_CALL_ATTRIBUTES_V1_W
impl Unpin for RPC_CALL_ATTRIBUTES_V1_W
impl UnwindSafe for RPC_CALL_ATTRIBUTES_V1_W
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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