Struct compio_runtime::event::EventHandle
source · pub struct EventHandle { /* private fields */ }Available on crate feature
event only.Expand description
A handle to Event.
Implementations§
Trait Implementations§
source§impl AsRawFd for EventHandle
impl AsRawFd for EventHandle
source§impl FromRawFd for EventHandle
impl FromRawFd for EventHandle
source§unsafe fn from_raw_fd(fd: RawFd) -> Self
unsafe fn from_raw_fd(fd: RawFd) -> Self
Constructs a new instance of
Self from the given raw file
descriptor. Read moresource§impl IntoRawFd for EventHandle
impl IntoRawFd for EventHandle
source§fn into_raw_fd(self) -> RawFd
fn into_raw_fd(self) -> RawFd
Consumes this object, returning the raw underlying file descriptor. Read more
Auto Trait Implementations§
impl RefUnwindSafe for EventHandle
impl Send for EventHandle
impl Sync for EventHandle
impl Unpin for EventHandle
impl UnwindSafe for EventHandle
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