#[repr(C)]pub struct AvailableRing {
pub flags: u16,
pub index: u16,
pub ring: [u16],
}Fields§
§flags: u16§index: u16Where to put the next descriptor entry in the ring (modulo the queue size).
ring: [u16]#[repr(C)]pub struct AvailableRing {
pub flags: u16,
pub index: u16,
pub ring: [u16],
}flags: u16§index: u16Where to put the next descriptor entry in the ring (modulo the queue size).
ring: [u16]