Struct nix::sys::epoll::EpollEvent
source · #[repr(transparent)]pub struct EpollEvent { /* private fields */ }
Implementations§
source§impl EpollEvent
impl EpollEvent
Trait Implementations§
source§impl Clone for EpollEvent
impl Clone for EpollEvent
source§fn clone(&self) -> EpollEvent
fn clone(&self) -> EpollEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more