Struct wasmer_wasix_types::wasi::EpollEvent
source · #[repr(C)]pub struct EpollEvent<M: MemorySize> {
pub events: EpollType,
pub data: EpollData<M>,
}
Expand description
An event that can be triggered
Fields§
§events: EpollType
Pointer to the data
data: EpollData<M>
File descriptor
Trait Implementations§
source§impl<M: Clone + MemorySize> Clone for EpollEvent<M>
impl<M: Clone + MemorySize> Clone for EpollEvent<M>
source§fn clone(&self) -> EpollEvent<M>
fn clone(&self) -> EpollEvent<M>
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<M> Debug for EpollEvent<M>where
M: MemorySize,
impl<M> Debug for EpollEvent<M>where
M: MemorySize,
source§impl<M> ValueType for EpollEvent<M>where
M: MemorySize,
impl<M> ValueType for EpollEvent<M>where
M: MemorySize,
source§fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])
fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])
This method is passed a byte slice which contains the byte
representation of
self
. It must zero out any bytes which are
uninitialized (e.g. padding bytes).impl<M: Copy + MemorySize> Copy for EpollEvent<M>
Auto Trait Implementations§
impl<M> Freeze for EpollEvent<M>
impl<M> RefUnwindSafe for EpollEvent<M>
impl<M> Send for EpollEvent<M>
impl<M> Sync for EpollEvent<M>
impl<M> Unpin for EpollEvent<M>
impl<M> UnwindSafe for EpollEvent<M>
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.
source§impl<T> Upcastable for T
impl<T> Upcastable for T
source§fn upcast_any_ref(&self) -> &(dyn Any + 'static)
fn upcast_any_ref(&self) -> &(dyn Any + 'static)
upcast ref
source§fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
upcast mut ref