#[repr(C)]pub struct LSA_FOREST_TRUST_RECORD {
pub Flags: u32,
pub ForestTrustType: LSA_FOREST_TRUST_RECORD_TYPE,
pub Time: i64,
pub ForestTrustData: LSA_FOREST_TRUST_RECORD_0,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
Flags: u32
ForestTrustType: LSA_FOREST_TRUST_RECORD_TYPE
Time: i64
ForestTrustData: LSA_FOREST_TRUST_RECORD_0
Trait Implementations
impl Clone for LSA_FOREST_TRUST_RECORD
impl Clone for LSA_FOREST_TRUST_RECORD
impl Copy for LSA_FOREST_TRUST_RECORD
Auto Trait Implementations
impl RefUnwindSafe for LSA_FOREST_TRUST_RECORD
impl !Send for LSA_FOREST_TRUST_RECORD
impl !Sync for LSA_FOREST_TRUST_RECORD
impl Unpin for LSA_FOREST_TRUST_RECORD
impl UnwindSafe for LSA_FOREST_TRUST_RECORD
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