pub struct EpollEvents(/* private fields */);
Expand description
A wrapper of raw libc::epoll_event
.
This should only be used with EpollContext
.
Implementations§
Source§impl EpollEvents
impl EpollEvents
Sourcepub fn new() -> EpollEvents
pub fn new() -> EpollEvents
Creates a new EpollEvents.
Trait Implementations§
Source§impl Debug for EpollEvents
impl Debug for EpollEvents
Auto Trait Implementations§
impl !Freeze for EpollEvents
impl !RefUnwindSafe for EpollEvents
impl Send for EpollEvents
impl !Sync for EpollEvents
impl Unpin for EpollEvents
impl UnwindSafe for EpollEvents
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more