Struct vitasdk_sys::SceNetIpHeader
source · #[repr(C)]pub struct SceNetIpHeader {
pub un: SceNetIpHeaderUnion,
pub ip_tos: c_uchar,
pub ip_len: c_ushort,
pub ip_id: c_ushort,
pub ip_off: c_ushort,
pub ip_ttl: c_uchar,
pub ip_p: c_uchar,
pub ip_sum: c_ushort,
pub ip_src: SceNetInAddr,
pub ip_dst: SceNetInAddr,
}Fields§
§un: SceNetIpHeaderUnion§ip_tos: c_uchar§ip_len: c_ushort§ip_id: c_ushort§ip_off: c_ushort§ip_ttl: c_uchar§ip_p: c_uchar§ip_sum: c_ushort§ip_src: SceNetInAddr§ip_dst: SceNetInAddrTrait Implementations§
source§impl Clone for SceNetIpHeader
impl Clone for SceNetIpHeader
source§fn clone(&self) -> SceNetIpHeader
fn clone(&self) -> SceNetIpHeader
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