#[repr(C)]pub struct LSA_REFERENCED_DOMAIN_LIST {
pub Entries: ULONG,
pub Domains: PLSA_TRUST_INFORMATION,
}
Fields§
§Entries: ULONG
§Domains: PLSA_TRUST_INFORMATION
Trait Implementations§
Source§impl Clone for LSA_REFERENCED_DOMAIN_LIST
impl Clone for LSA_REFERENCED_DOMAIN_LIST
Source§fn clone(&self) -> LSA_REFERENCED_DOMAIN_LIST
fn clone(&self) -> LSA_REFERENCED_DOMAIN_LIST
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for LSA_REFERENCED_DOMAIN_LIST
impl Default for LSA_REFERENCED_DOMAIN_LIST
Source§fn default() -> LSA_REFERENCED_DOMAIN_LIST
fn default() -> LSA_REFERENCED_DOMAIN_LIST
Returns the “default value” for a type. Read more
impl Copy for LSA_REFERENCED_DOMAIN_LIST
Auto Trait Implementations§
impl Freeze for LSA_REFERENCED_DOMAIN_LIST
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§
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