Struct DNS_SERVER_PROPERTY
#[repr(C)]pub struct DNS_SERVER_PROPERTY {
pub Version: u32,
pub ServerIndex: u32,
pub Type: DNS_SERVER_PROPERTY_TYPE,
pub Property: DNS_SERVER_PROPERTY_TYPES,
}
Fields§
§Version: u32
§ServerIndex: u32
§Type: DNS_SERVER_PROPERTY_TYPE
§Property: DNS_SERVER_PROPERTY_TYPES
Trait Implementations§
§impl Clone for DNS_SERVER_PROPERTY
impl Clone for DNS_SERVER_PROPERTY
§fn clone(&self) -> DNS_SERVER_PROPERTY
fn clone(&self) -> DNS_SERVER_PROPERTY
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 DNS_SERVER_PROPERTY
Auto Trait Implementations§
impl Freeze for DNS_SERVER_PROPERTY
impl RefUnwindSafe for DNS_SERVER_PROPERTY
impl !Send for DNS_SERVER_PROPERTY
impl !Sync for DNS_SERVER_PROPERTY
impl Unpin for DNS_SERVER_PROPERTY
impl UnwindSafe for DNS_SERVER_PROPERTY
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