Struct DOMAIN_TREE
#[repr(C)]pub struct DOMAIN_TREE {
pub dsSize: u32,
pub dwCount: u32,
pub aDomains: [DOMAINDESC; 1],
}
Fields§
§dsSize: u32
§dwCount: u32
§aDomains: [DOMAINDESC; 1]
Trait Implementations§
§impl Clone for DOMAIN_TREE
impl Clone for DOMAIN_TREE
§fn clone(&self) -> DOMAIN_TREE
fn clone(&self) -> DOMAIN_TREE
Returns a copy 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 moreimpl Copy for DOMAIN_TREE
Auto Trait Implementations§
impl Freeze for DOMAIN_TREE
impl RefUnwindSafe for DOMAIN_TREE
impl !Send for DOMAIN_TREE
impl !Sync for DOMAIN_TREE
impl Unpin for DOMAIN_TREE
impl UnwindSafe for DOMAIN_TREE
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