pub enum FdAbuseType {
TimerFd,
SignalFd,
EventFd,
}Expand description
Timer/signal FD abuse type.
Variants§
Trait Implementations§
Source§impl Clone for FdAbuseType
impl Clone for FdAbuseType
Source§fn clone(&self) -> FdAbuseType
fn clone(&self) -> FdAbuseType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FdAbuseType
impl Debug for FdAbuseType
Source§impl PartialEq for FdAbuseType
impl PartialEq for FdAbuseType
Source§fn eq(&self, other: &FdAbuseType) -> bool
fn eq(&self, other: &FdAbuseType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FdAbuseType
impl Serialize for FdAbuseType
impl StructuralPartialEq for FdAbuseType
Auto Trait Implementations§
impl Freeze for FdAbuseType
impl RefUnwindSafe for FdAbuseType
impl Send for FdAbuseType
impl Sync for FdAbuseType
impl Unpin for FdAbuseType
impl UnsafeUnpin for FdAbuseType
impl UnwindSafe for FdAbuseType
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