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