Struct DNS_MINFO_DATAA
#[repr(C)]pub struct DNS_MINFO_DATAA {
pub pNameMailbox: PSTR,
pub pNameErrorsMailbox: PSTR,
}
Fields§
§pNameMailbox: PSTR
§pNameErrorsMailbox: PSTR
Trait Implementations§
§impl Clone for DNS_MINFO_DATAA
impl Clone for DNS_MINFO_DATAA
§fn clone(&self) -> DNS_MINFO_DATAA
fn clone(&self) -> DNS_MINFO_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 moreimpl Copy for DNS_MINFO_DATAA
Auto Trait Implementations§
impl Freeze for DNS_MINFO_DATAA
impl RefUnwindSafe for DNS_MINFO_DATAA
impl !Send for DNS_MINFO_DATAA
impl !Sync for DNS_MINFO_DATAA
impl Unpin for DNS_MINFO_DATAA
impl UnwindSafe for DNS_MINFO_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