Struct nix::sys::epoll::EpollEvent [−][src]
#[repr(C)]pub struct EpollEvent { /* fields omitted */ }
Methods
impl EpollEvent
[src]
impl EpollEvent
pub fn new(events: EpollFlags, data: u64) -> Self
[src]
pub fn new(events: EpollFlags, data: u64) -> Self
pub fn empty() -> Self
[src]
pub fn empty() -> Self
pub fn events(&self) -> EpollFlags
[src]
pub fn events(&self) -> EpollFlags
pub fn data(&self) -> u64
[src]
pub fn data(&self) -> u64
Trait Implementations
impl Clone for EpollEvent
[src]
impl Clone for EpollEvent
fn clone(&self) -> EpollEvent
[src]
fn clone(&self) -> EpollEvent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for EpollEvent
[src]
impl Copy for EpollEvent
impl<'a> Into<&'a mut EpollEvent> for Option<&'a mut EpollEvent>
[src]
impl<'a> Into<&'a mut EpollEvent> for Option<&'a mut EpollEvent>
fn into(self) -> &'a mut EpollEvent
[src]
fn into(self) -> &'a mut EpollEvent
Performs the conversion.
Auto Trait Implementations
impl Send for EpollEvent
impl Send for EpollEvent
impl Sync for EpollEvent
impl Sync for EpollEvent