pub enum EpollTimeout {
WaitForever,
WaitMillis(u32),
NoWait,
}
Variants§
Trait Implementations§
Source§impl Clone for EpollTimeout
impl Clone for EpollTimeout
Source§fn clone(&self) -> EpollTimeout
fn clone(&self) -> EpollTimeout
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 EpollTimeout
impl Debug for EpollTimeout
impl Copy for EpollTimeout
Auto Trait Implementations§
impl Freeze for EpollTimeout
impl RefUnwindSafe for EpollTimeout
impl Send for EpollTimeout
impl Sync for EpollTimeout
impl Unpin for EpollTimeout
impl UnwindSafe for EpollTimeout
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