Struct vitasdk_sys::SceNetAdhocctlNickname
source · #[repr(C)]pub struct SceNetAdhocctlNickname {
pub data: [SceChar8; 128],
}Fields§
§data: [SceChar8; 128]Trait Implementations§
source§impl Clone for SceNetAdhocctlNickname
impl Clone for SceNetAdhocctlNickname
source§fn clone(&self) -> SceNetAdhocctlNickname
fn clone(&self) -> SceNetAdhocctlNickname
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