#[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§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.