#[repr(C)]pub struct LSA_ENUMERATION_INFORMATION {
pub Sid: PSID,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
Sid: PSID
Trait Implementations
impl Clone for LSA_ENUMERATION_INFORMATION
impl Clone for LSA_ENUMERATION_INFORMATION
impl Copy for LSA_ENUMERATION_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for LSA_ENUMERATION_INFORMATION
impl !Send for LSA_ENUMERATION_INFORMATION
impl !Sync for LSA_ENUMERATION_INFORMATION
impl Unpin for LSA_ENUMERATION_INFORMATION
impl UnwindSafe for LSA_ENUMERATION_INFORMATION
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