Struct vitasdk_sys::SceNetIpMreq
source · #[repr(C)]pub struct SceNetIpMreq {
pub imr_multiaddr: SceNetInAddr,
pub imr_interface: SceNetInAddr,
}Fields§
§imr_multiaddr: SceNetInAddr§imr_interface: SceNetInAddrTrait Implementations§
source§impl Clone for SceNetIpMreq
impl Clone for SceNetIpMreq
source§fn clone(&self) -> SceNetIpMreq
fn clone(&self) -> SceNetIpMreq
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