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