#[repr(C)]pub struct subscription_fd_readwrite {
pub fd: fd,
pub flags: subrwflags,
}Fields§
§fd: fdThe file descriptor on which to wait for it to become ready for reading or writing.
flags: subrwflagsUnder which conditions to trigger.
Trait Implementations§
Source§impl Clone for subscription_fd_readwrite
impl Clone for subscription_fd_readwrite
Source§fn clone(&self) -> subscription_fd_readwrite
fn clone(&self) -> subscription_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 subscription_fd_readwrite
Auto Trait Implementations§
impl Freeze for subscription_fd_readwrite
impl RefUnwindSafe for subscription_fd_readwrite
impl Send for subscription_fd_readwrite
impl Sync for subscription_fd_readwrite
impl Unpin for subscription_fd_readwrite
impl UnwindSafe for subscription_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