Type Alias PhysAddr
pub type PhysAddr = usize;Available on crate feature
ixgbe only.Expand description
Physical address in system memory.
This type represents a physical memory address that can be accessed by hardware devices via DMA.