#[repr(C)]pub struct LSA_FOREST_TRUST_INFORMATION2 {
pub RecordCount: u32,
pub Entries: *mut *mut LSA_FOREST_TRUST_RECORD2,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§RecordCount: u32
§Entries: *mut *mut LSA_FOREST_TRUST_RECORD2
Trait Implementations§
§impl Clone for LSA_FOREST_TRUST_INFORMATION2
impl Clone for LSA_FOREST_TRUST_INFORMATION2
impl Copy for LSA_FOREST_TRUST_INFORMATION2
Auto Trait Implementations§
impl RefUnwindSafe for LSA_FOREST_TRUST_INFORMATION2
impl !Send for LSA_FOREST_TRUST_INFORMATION2
impl !Sync for LSA_FOREST_TRUST_INFORMATION2
impl Unpin for LSA_FOREST_TRUST_INFORMATION2
impl UnwindSafe for LSA_FOREST_TRUST_INFORMATION2
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more