Struct libc::epoll_event
#[repr(C)]
#[repr(packed)]
pub struct epoll_event {
pub events: u32,
pub u64: u64,
}
Fields
pub events: u32
pub u64: u64
Trait Implementations
impl Clone for epoll_event
fn clone(&Self) -> epoll_event
impl Copy for epoll_event
impl Debug for epoll_event
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result
impl Eq for epoll_event
impl 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) -> bool
Auto Trait Implementations
impl RefUnwindSafe for epoll_event
impl Send for epoll_event
impl Sync for epoll_event
impl Unpin for epoll_event
impl UnwindSafe for epoll_event
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T