#[repr(C)]pub struct SECPKG_APP_MODE_INFO {
pub UserFunction: u32,
pub Argument1: usize,
pub Argument2: usize,
pub UserData: SecBuffer,
pub ReturnToLsa: BOOLEAN,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
UserFunction: u32
Argument1: usize
Argument2: usize
UserData: SecBuffer
ReturnToLsa: BOOLEAN
Trait Implementations
impl Clone for SECPKG_APP_MODE_INFO
impl Clone for SECPKG_APP_MODE_INFO
impl Copy for SECPKG_APP_MODE_INFO
Auto Trait Implementations
impl RefUnwindSafe for SECPKG_APP_MODE_INFO
impl !Send for SECPKG_APP_MODE_INFO
impl !Sync for SECPKG_APP_MODE_INFO
impl Unpin for SECPKG_APP_MODE_INFO
impl UnwindSafe for SECPKG_APP_MODE_INFO
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