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