Struct vitasdk_sys::SceNetAdhocPollSd
source · #[repr(C)]pub struct SceNetAdhocPollSd {
pub id: c_int,
pub events: c_int,
pub revents: c_int,
}Fields§
§id: c_int§events: c_int§revents: c_intTrait Implementations§
source§impl Clone for SceNetAdhocPollSd
impl Clone for SceNetAdhocPollSd
source§fn clone(&self) -> SceNetAdhocPollSd
fn clone(&self) -> SceNetAdhocPollSd
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