Struct polling::epoll::EventExtra
source · pub struct EventExtra {
flags: EventFlags,
}
Expand description
Extra information about this event.
Fields§
§flags: EventFlags
Implementations§
source§impl EventExtra
impl EventExtra
Trait Implementations§
source§impl Clone for EventExtra
impl Clone for EventExtra
source§fn clone(&self) -> EventExtra
fn clone(&self) -> EventExtra
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 moresource§impl Debug for EventExtra
impl Debug for EventExtra
source§impl PartialEq for EventExtra
impl PartialEq for EventExtra
source§fn eq(&self, other: &EventExtra) -> bool
fn eq(&self, other: &EventExtra) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EventExtra
impl Eq for EventExtra
impl StructuralPartialEq for EventExtra
Auto Trait Implementations§
impl Freeze for EventExtra
impl RefUnwindSafe for EventExtra
impl Send for EventExtra
impl Sync for EventExtra
impl Unpin for EventExtra
impl UnwindSafe for EventExtra
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