pub const RIGHTS_FD_WRITE: Rights = 1 << 6; // 0x0000_0000_0000_0040u64
Expand description

The right to invoke fd_write and sock_send. If rights::fd_seek is set, includes the right to invoke fd_pwrite.