Struct windows_sys::Win32::Security::Authentication::Identity::SECPKG_SHORT_VECTOR
[−]Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
ShortArrayOffset: u32
ShortArrayCount: u16
Trait Implementations
impl Clone for SECPKG_SHORT_VECTOR
impl Clone for SECPKG_SHORT_VECTOR
impl Copy for SECPKG_SHORT_VECTOR
Auto Trait Implementations
impl RefUnwindSafe for SECPKG_SHORT_VECTOR
impl Send for SECPKG_SHORT_VECTOR
impl Sync for SECPKG_SHORT_VECTOR
impl Unpin for SECPKG_SHORT_VECTOR
impl UnwindSafe for SECPKG_SHORT_VECTOR
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