#[repr(C)]pub struct event_fd_readwrite {
pub nbytes: filesize,
pub unused: [u8; 4],
pub flags: eventrwflags,
}Fields§
§nbytes: filesizeThe number of bytes available for reading or writing.
unused: [u8; 4]Obsolete.
flags: eventrwflagsThe state of the file descriptor.
Trait Implementations§
Source§impl Clone for event_fd_readwrite
impl Clone for event_fd_readwrite
Source§fn clone(&self) -> event_fd_readwrite
fn clone(&self) -> event_fd_readwrite
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 moreimpl Copy for event_fd_readwrite
Auto Trait Implementations§
impl Freeze for event_fd_readwrite
impl RefUnwindSafe for event_fd_readwrite
impl Send for event_fd_readwrite
impl Sync for event_fd_readwrite
impl Unpin for event_fd_readwrite
impl UnwindSafe for event_fd_readwrite
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