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