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