Struct windows_sys::Win32::Security::Authentication::Identity::SEC_FLAGS
[−]#[repr(C)]pub struct SEC_FLAGS {
pub Flags: u64,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
Flags: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SEC_FLAGS
impl Send for SEC_FLAGS
impl Sync for SEC_FLAGS
impl Unpin for SEC_FLAGS
impl UnwindSafe for SEC_FLAGS
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