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§
source§impl Clone for EventFdReadwrite
impl Clone for EventFdReadwrite
source§fn clone(&self) -> EventFdReadwrite
fn clone(&self) -> EventFdReadwrite
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 more