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