#[repr(C)]pub struct SecPkgContext_UserFlags {
pub UserFlags: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
UserFlags: u32
Trait Implementations
impl Clone for SecPkgContext_UserFlags
impl Clone for SecPkgContext_UserFlags
impl Copy for SecPkgContext_UserFlags
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_UserFlags
impl Send for SecPkgContext_UserFlags
impl Sync for SecPkgContext_UserFlags
impl Unpin for SecPkgContext_UserFlags
impl UnwindSafe for SecPkgContext_UserFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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