#[repr(C)]pub struct tagRPC_CALL_ATTRIBUTES_V1_A {
pub Version: c_uint,
pub Flags: c_ulong,
pub ServerPrincipalNameBufferLength: c_ulong,
pub ServerPrincipalName: *mut c_uchar,
pub ClientPrincipalNameBufferLength: c_ulong,
pub ClientPrincipalName: *mut c_uchar,
pub AuthenticationLevel: c_ulong,
pub AuthenticationService: c_ulong,
pub NullSession: BOOL,
}
Fields§
§Version: c_uint
§Flags: c_ulong
§ServerPrincipalNameBufferLength: c_ulong
§ServerPrincipalName: *mut c_uchar
§ClientPrincipalNameBufferLength: c_ulong
§ClientPrincipalName: *mut c_uchar
§AuthenticationLevel: c_ulong
§AuthenticationService: c_ulong
§NullSession: BOOL
Trait Implementations§
Source§impl Clone for tagRPC_CALL_ATTRIBUTES_V1_A
impl Clone for tagRPC_CALL_ATTRIBUTES_V1_A
Source§fn clone(&self) -> tagRPC_CALL_ATTRIBUTES_V1_A
fn clone(&self) -> tagRPC_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 moreSource§impl Debug for tagRPC_CALL_ATTRIBUTES_V1_A
impl Debug for tagRPC_CALL_ATTRIBUTES_V1_A
Source§impl Ord for tagRPC_CALL_ATTRIBUTES_V1_A
impl Ord for tagRPC_CALL_ATTRIBUTES_V1_A
Source§fn cmp(&self, other: &tagRPC_CALL_ATTRIBUTES_V1_A) -> Ordering
fn cmp(&self, other: &tagRPC_CALL_ATTRIBUTES_V1_A) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for tagRPC_CALL_ATTRIBUTES_V1_A
impl PartialOrd for tagRPC_CALL_ATTRIBUTES_V1_A
impl Copy for tagRPC_CALL_ATTRIBUTES_V1_A
impl Eq for tagRPC_CALL_ATTRIBUTES_V1_A
impl StructuralPartialEq for tagRPC_CALL_ATTRIBUTES_V1_A
Auto Trait Implementations§
impl Freeze for tagRPC_CALL_ATTRIBUTES_V1_A
impl RefUnwindSafe for tagRPC_CALL_ATTRIBUTES_V1_A
impl !Send for tagRPC_CALL_ATTRIBUTES_V1_A
impl !Sync for tagRPC_CALL_ATTRIBUTES_V1_A
impl Unpin for tagRPC_CALL_ATTRIBUTES_V1_A
impl UnwindSafe for tagRPC_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