#[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,
}
Expand description
Required features: "Win32_Security_Authorization"
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
impl Copy for AUTHZ_RPC_INIT_INFO_CLIENT
Auto Trait Implementations
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
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