Struct libc::epoll_event
#[repr(C)]
#[repr(packed)]
pub struct epoll_event {
pub events: u32,
pub u64: u64,
}Fields
pub events: u32pub u64: u64Trait Implementations
impl Clone for epoll_event
fn clone(&Self) -> epoll_eventimpl Copy for epoll_eventimpl Debug for epoll_event
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Resultimpl Eq for epoll_eventimpl Hash for epoll_event
fn hash<H: ::hash::Hasher>(&Self, state: &mut H)impl PartialEq<epoll_event> for epoll_event
fn eq(&Self, other: &epoll_event) -> boolAuto Trait Implementations
impl RefUnwindSafe for epoll_eventimpl Send for epoll_eventimpl Sync for epoll_eventimpl Unpin for epoll_eventimpl UnwindSafe for epoll_eventBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T