#[repr(C)]pub struct SceNetCheckDialogPS3ConnectInfo {
pub inaddr: SceNetInAddr,
pub nickname: [SceUInt8; 128],
pub macAddress: [SceUInt8; 6],
pub reserved: [SceUInt8; 6],
}Fields§
§inaddr: SceNetInAddr§nickname: [SceUInt8; 128]§macAddress: [SceUInt8; 6]§reserved: [SceUInt8; 6]Trait Implementations§
source§impl Clone for SceNetCheckDialogPS3ConnectInfo
impl Clone for SceNetCheckDialogPS3ConnectInfo
source§fn clone(&self) -> SceNetCheckDialogPS3ConnectInfo
fn clone(&self) -> SceNetCheckDialogPS3ConnectInfo
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