Type Definition btfproto::Inode

source ·
pub type Inode = Inode;
Expand description

The type for inodes in used in the filesystem.

Trait Implementations§

source§

impl From<SpecInodes> for Inode

source§

fn from(special: SpecInodes) -> Self

Converts to this type from the input type.