Struct io_uring::opcode::MsgRingSendFd
source · pub struct MsgRingSendFd { /* private fields */ }
Expand description
Send a message (with fixed FD) to a target ring.
Implementations§
source§impl MsgRingSendFd
impl MsgRingSendFd
pub fn new( ring_fd: impl UseFd, fixed_slot_src: Fixed, dest_slot_index: DestinationSlot, result: i32, user_data: u64 ) -> Self
sourcepub const CODE: u8 = 40u8
pub const CODE: u8 = 40u8
The opcode of the operation. This can be passed to
Probe::is_supported
to check if this operation is
supported with the current kernel.