Struct windows_sys::Win32::Security::Authentication::Identity::KERB_EXTERNAL_NAME
[−]#[repr(C)]pub struct KERB_EXTERNAL_NAME {
pub NameType: i16,
pub NameCount: u16,
pub Names: [UNICODE_STRING; 1],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
NameType: i16
NameCount: u16
Names: [UNICODE_STRING; 1]
Trait Implementations
impl Clone for KERB_EXTERNAL_NAME
impl Clone for KERB_EXTERNAL_NAME
impl Copy for KERB_EXTERNAL_NAME
Auto Trait Implementations
impl RefUnwindSafe for KERB_EXTERNAL_NAME
impl !Send for KERB_EXTERNAL_NAME
impl !Sync for KERB_EXTERNAL_NAME
impl Unpin for KERB_EXTERNAL_NAME
impl UnwindSafe for KERB_EXTERNAL_NAME
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