Struct vitasdk_sys::SceNetDnsInfo
source · #[repr(C)]pub struct SceNetDnsInfo {
pub dns_addr: [SceNetInAddr; 2],
}Fields§
§dns_addr: [SceNetInAddr; 2]Trait Implementations§
source§impl Clone for SceNetDnsInfo
impl Clone for SceNetDnsInfo
source§fn clone(&self) -> SceNetDnsInfo
fn clone(&self) -> SceNetDnsInfo
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more