pub struct Ext4Fs { /* private fields */ }Expand description
ext4 filesystem (read-only)
Implementations§
Source§impl Ext4Fs
impl Ext4Fs
Sourcepub fn from_image(image_data: &[u8]) -> Result<Self, KernelError>
pub fn from_image(image_data: &[u8]) -> Result<Self, KernelError>
Create an ext4 filesystem from raw image data (read-only).