Struct vitasdk_sys::SceNetSockaddr
source · #[repr(C)]pub struct SceNetSockaddr {
pub sa_len: c_uchar,
pub sa_family: c_uchar,
pub sa_data: [c_char; 14],
}Fields§
§sa_len: c_uchar§sa_family: c_uchar§sa_data: [c_char; 14]Trait Implementations§
source§impl Clone for SceNetSockaddr
impl Clone for SceNetSockaddr
source§fn clone(&self) -> SceNetSockaddr
fn clone(&self) -> SceNetSockaddr
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