Struct linux_raw_sys::general::io_uring_recvmsg_out
source · #[repr(C)]pub struct io_uring_recvmsg_out {
pub namelen: __u32,
pub controllen: __u32,
pub payloadlen: __u32,
pub flags: __u32,
}
Fields§
§namelen: __u32
§controllen: __u32
§payloadlen: __u32
§flags: __u32
Trait Implementations§
source§impl Clone for io_uring_recvmsg_out
impl Clone for io_uring_recvmsg_out
source§fn clone(&self) -> io_uring_recvmsg_out
fn clone(&self) -> io_uring_recvmsg_out
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