pub trait DevExt: Dev { // Provided methods fn align(&self) -> usize { ... } fn regions(&self) -> usize { ... } }
Device extend interfaces.
Get the align size of the device.
Get the region count of the device.