#[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 duplicate 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 moreimpl Copy for SceNetIpHeader
Auto Trait Implementations§
impl Freeze for SceNetIpHeader
impl RefUnwindSafe for SceNetIpHeader
impl Send for SceNetIpHeader
impl Sync for SceNetIpHeader
impl Unpin for SceNetIpHeader
impl UnwindSafe for SceNetIpHeader
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)