Struct vitasdk_sys::SceNetAdhocPtpStat
source · #[repr(C)]pub struct SceNetAdhocPtpStat {
pub next: *mut SceNetAdhocPtpStat,
pub id: c_int,
pub laddr: SceNetEtherAddr,
pub paddr: SceNetEtherAddr,
pub lport: SceUShort16,
pub pport: SceUShort16,
pub snd_sb_cc: c_uint,
pub rcv_sb_cc: c_uint,
pub state: c_int,
}Fields§
§next: *mut SceNetAdhocPtpStat§id: c_int§laddr: SceNetEtherAddr§paddr: SceNetEtherAddr§lport: SceUShort16§pport: SceUShort16§snd_sb_cc: c_uint§rcv_sb_cc: c_uint§state: c_intTrait Implementations§
source§impl Clone for SceNetAdhocPtpStat
impl Clone for SceNetAdhocPtpStat
source§fn clone(&self) -> SceNetAdhocPtpStat
fn clone(&self) -> SceNetAdhocPtpStat
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