Type Alias Device
pub type Device = u64;Expand description
Identifier for a device containing a file system. Can be used in combination
with inode to uniquely identify a file or directory in the filesystem.
pub type Device = u64;Identifier for a device containing a file system. Can be used in combination
with inode to uniquely identify a file or directory in the filesystem.