#[repr(C)]pub struct _DOMAIN_CONFIGURATION {
pub Type: DOMAIN_CONFIGURATION_ARCH,
pub __bindgen_anon_1: _DOMAIN_CONFIGURATION__bindgen_ty_1,
}Fields§
§Type: DOMAIN_CONFIGURATION_ARCH§__bindgen_anon_1: _DOMAIN_CONFIGURATION__bindgen_ty_1Trait Implementations§
Source§impl Clone for _DOMAIN_CONFIGURATION
impl Clone for _DOMAIN_CONFIGURATION
Source§fn clone(&self) -> _DOMAIN_CONFIGURATION
fn clone(&self) -> _DOMAIN_CONFIGURATION
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 moreimpl Copy for _DOMAIN_CONFIGURATION
Auto Trait Implementations§
impl Freeze for _DOMAIN_CONFIGURATION
impl RefUnwindSafe for _DOMAIN_CONFIGURATION
impl Send for _DOMAIN_CONFIGURATION
impl Sync for _DOMAIN_CONFIGURATION
impl Unpin for _DOMAIN_CONFIGURATION
impl UnwindSafe for _DOMAIN_CONFIGURATION
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