Struct vitasdk_sys::SceNetAdhocctlParameter
source · #[repr(C)]pub struct SceNetAdhocctlParameter {
pub channel: c_int,
pub groupName: SceNetAdhocctlGroupName,
pub nickname: SceNetAdhocctlNickname,
pub bssid: SceNetAdhocctlBSSId,
}Fields§
§channel: c_int§groupName: SceNetAdhocctlGroupName§nickname: SceNetAdhocctlNickname§bssid: SceNetAdhocctlBSSIdTrait Implementations§
source§impl Clone for SceNetAdhocctlParameter
impl Clone for SceNetAdhocctlParameter
source§fn clone(&self) -> SceNetAdhocctlParameter
fn clone(&self) -> SceNetAdhocctlParameter
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