Struct wasix::EventFdReadwrite
source · [−]#[repr(C)]pub struct EventFdReadwrite {
pub nbytes: Filesize,
pub flags: Eventrwflags,
}Fields
nbytes: FilesizeThe number of bytes available for reading or writing.
flags: EventrwflagsThe state of the file descriptor.
Trait Implementations
sourceimpl Clone for EventFdReadwrite
impl Clone for EventFdReadwrite
sourcefn clone(&self) -> EventFdReadwrite
fn clone(&self) -> EventFdReadwrite
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for EventFdReadwrite
impl Debug for EventFdReadwrite
impl Copy for EventFdReadwrite
Auto Trait Implementations
impl RefUnwindSafe for EventFdReadwrite
impl Send for EventFdReadwrite
impl Sync for EventFdReadwrite
impl Unpin for EventFdReadwrite
impl UnwindSafe for EventFdReadwrite
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more