Struct windows_sys::Win32::Security::Authentication::Identity::LSA_FOREST_TRUST_COLLISION_INFORMATION
[−]#[repr(C)]pub struct LSA_FOREST_TRUST_COLLISION_INFORMATION {
pub RecordCount: u32,
pub Entries: *mut *mut LSA_FOREST_TRUST_COLLISION_RECORD,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
RecordCount: u32
Entries: *mut *mut LSA_FOREST_TRUST_COLLISION_RECORD
Trait Implementations
impl Copy for LSA_FOREST_TRUST_COLLISION_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for LSA_FOREST_TRUST_COLLISION_INFORMATION
impl !Send for LSA_FOREST_TRUST_COLLISION_INFORMATION
impl !Sync for LSA_FOREST_TRUST_COLLISION_INFORMATION
impl Unpin for LSA_FOREST_TRUST_COLLISION_INFORMATION
impl UnwindSafe for LSA_FOREST_TRUST_COLLISION_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