Struct windows_sys::Win32::Security::Authentication::Identity::SECPKG_SHORT_VECTOR
#[repr(C)]pub struct SECPKG_SHORT_VECTOR {
pub ShortArrayOffset: u32,
pub ShortArrayCount: u16,
}
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§
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