Struct linux_raw_sys::general::io_uring_buf_reg
source · #[repr(C)]pub struct io_uring_buf_reg {
pub ring_addr: __u64,
pub ring_entries: __u32,
pub bgid: __u16,
pub pad: __u16,
pub resv: [__u64; 3],
}
Fields§
§ring_addr: __u64
§ring_entries: __u32
§bgid: __u16
§pad: __u16
§resv: [__u64; 3]
Trait Implementations§
source§impl Clone for io_uring_buf_reg
impl Clone for io_uring_buf_reg
source§fn clone(&self) -> io_uring_buf_reg
fn clone(&self) -> io_uring_buf_reg
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