#[repr(C)]pub struct SecPkgContext_SessionAppData {
pub dwFlags: u32,
pub cbAppData: u32,
pub pbAppData: *mut u8,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
dwFlags: u32
cbAppData: u32
pbAppData: *mut u8
Trait Implementations
impl Clone for SecPkgContext_SessionAppData
impl Clone for SecPkgContext_SessionAppData
impl Copy for SecPkgContext_SessionAppData
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_SessionAppData
impl !Send for SecPkgContext_SessionAppData
impl !Sync for SecPkgContext_SessionAppData
impl Unpin for SecPkgContext_SessionAppData
impl UnwindSafe for SecPkgContext_SessionAppData
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