pub struct PollInterrupt(/* private fields */);Implementations§
Source§impl PollInterrupt
impl PollInterrupt
pub fn new(ev_weak: Weak<EventFd>) -> Self
pub fn aquire(&self) -> TimerResult<PollInterruptAq>
Trait Implementations§
Source§impl Clone for PollInterrupt
impl Clone for PollInterrupt
Source§fn clone(&self) -> PollInterrupt
fn clone(&self) -> PollInterrupt
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for PollInterrupt
impl RefUnwindSafe for PollInterrupt
impl Send for PollInterrupt
impl Sync for PollInterrupt
impl Unpin for PollInterrupt
impl UnwindSafe for PollInterrupt
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