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