#[repr(C, align(2))]pub struct RawAvailableRing {
flags: u16,
idx: u16,
ring: [u16; 0],
used_event: u16,
}
Expand description
Raw available ring structure
This structure represents the raw available ring. It contains the flags, index, ring buffer, and used event. This structure is located in the physical memory directly.
Fields§
§flags: u16
§idx: u16
§ring: [u16; 0]
§used_event: u16