Struct DNS_SOA_DATAA
#[repr(C)]pub struct DNS_SOA_DATAA {
pub pNamePrimaryServer: PSTR,
pub pNameAdministrator: PSTR,
pub dwSerialNo: u32,
pub dwRefresh: u32,
pub dwRetry: u32,
pub dwExpire: u32,
pub dwDefaultTtl: u32,
}Fields§
§pNamePrimaryServer: PSTR§pNameAdministrator: PSTR§dwSerialNo: u32§dwRefresh: u32§dwRetry: u32§dwExpire: u32§dwDefaultTtl: u32Trait Implementations§
§impl Clone for DNS_SOA_DATAA
impl Clone for DNS_SOA_DATAA
§fn clone(&self) -> DNS_SOA_DATAA
fn clone(&self) -> DNS_SOA_DATAA
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 more§impl Debug for DNS_SOA_DATAA
impl Debug for DNS_SOA_DATAA
§impl Default for DNS_SOA_DATAA
impl Default for DNS_SOA_DATAA
§impl PartialEq for DNS_SOA_DATAA
impl PartialEq for DNS_SOA_DATAA
impl Copy for DNS_SOA_DATAA
impl StructuralPartialEq for DNS_SOA_DATAA
Auto Trait Implementations§
impl Freeze for DNS_SOA_DATAA
impl RefUnwindSafe for DNS_SOA_DATAA
impl !Send for DNS_SOA_DATAA
impl !Sync for DNS_SOA_DATAA
impl Unpin for DNS_SOA_DATAA
impl UnwindSafe for DNS_SOA_DATAA
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