Struct AUTHZ_RPC_INIT_INFO_CLIENT
#[repr(C)]pub struct AUTHZ_RPC_INIT_INFO_CLIENT {
pub version: u16,
pub ObjectUuid: PWSTR,
pub ProtSeq: PWSTR,
pub NetworkAddr: PWSTR,
pub Endpoint: PWSTR,
pub Options: PWSTR,
pub ServerSpn: PWSTR,
}
Fields§
§version: u16
§ObjectUuid: PWSTR
§ProtSeq: PWSTR
§NetworkAddr: PWSTR
§Endpoint: PWSTR
§Options: PWSTR
§ServerSpn: PWSTR
Trait Implementations§
§impl Clone for AUTHZ_RPC_INIT_INFO_CLIENT
impl Clone for AUTHZ_RPC_INIT_INFO_CLIENT
§fn clone(&self) -> AUTHZ_RPC_INIT_INFO_CLIENT
fn clone(&self) -> AUTHZ_RPC_INIT_INFO_CLIENT
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 moreimpl Copy for AUTHZ_RPC_INIT_INFO_CLIENT
Auto Trait Implementations§
impl Freeze for AUTHZ_RPC_INIT_INFO_CLIENT
impl RefUnwindSafe for AUTHZ_RPC_INIT_INFO_CLIENT
impl !Send for AUTHZ_RPC_INIT_INFO_CLIENT
impl !Sync for AUTHZ_RPC_INIT_INFO_CLIENT
impl Unpin for AUTHZ_RPC_INIT_INFO_CLIENT
impl UnwindSafe for AUTHZ_RPC_INIT_INFO_CLIENT
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