#[repr(C)]pub struct LSA_REFERENCED_DOMAIN_LIST {
pub Entries: u32,
pub Domains: *mut LSA_TRUST_INFORMATION,
}
Expand description
Required features: ‘Win32_Security_Authentication_Identity’, ‘Win32_Foundation’
Fields
Entries: u32
Domains: *mut LSA_TRUST_INFORMATION
Trait Implementations
impl Clone for LSA_REFERENCED_DOMAIN_LIST
impl Clone for LSA_REFERENCED_DOMAIN_LIST
impl Copy for LSA_REFERENCED_DOMAIN_LIST
Auto Trait Implementations
impl RefUnwindSafe for LSA_REFERENCED_DOMAIN_LIST
impl !Send for LSA_REFERENCED_DOMAIN_LIST
impl !Sync for LSA_REFERENCED_DOMAIN_LIST
impl Unpin for LSA_REFERENCED_DOMAIN_LIST
impl UnwindSafe for LSA_REFERENCED_DOMAIN_LIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more