Enum dpdk_unix::android_linux::mounts::FileSystemType
[−]
[src]
pub enum FileSystemType {
bdev,
cgroup,
cpuset,
devpts,
devtmpfs,
ext2,
ext3,
ext4,
hugetlbfs,
mqueue,
pipefs,
pstore,
ramfs,
rootfs,
security,
sockfs,
sysfs,
tmpfs,
_proc,
anon_inodefs,
binfmt_misc,
debugfs,
ecryptfs,
fuse,
fuseblk,
fusectl,
prl_fs,
securityfs,
vfat,
Unrecognised(String),
}Variants
bdevcgroupcpusetdevptsdevtmpfsext2ext3ext4hugetlbfsmqueuepipefspstoreramfsrootfssecuritysockfssysfstmpfs_procanon_inodefsbinfmt_miscdebugfsecryptfsfusefuseblkfusectlprl_fssecurityfsvfatUnrecognised(String)Methods
impl FileSystemType[src]
fn to_CString(&self) -> CString
fn from_String(value: String) -> FileSystemType
fn new(value: &str) -> FileSystemType
fn parse(
procPath: &Path
) -> Result<HashMap<FileSystemType, HasNoAssociatedDevice>, Error>
procPath: &Path
) -> Result<HashMap<FileSystemType, HasNoAssociatedDevice>, Error>
Trait Implementations
impl Debug for FileSystemType[src]
impl PartialEq for FileSystemType[src]
fn eq(&self, __arg_0: &FileSystemType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FileSystemType) -> bool
This method tests for !=.
impl Eq for FileSystemType[src]
impl PartialOrd for FileSystemType[src]
fn partial_cmp(&self, __arg_0: &FileSystemType) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, __arg_0: &FileSystemType) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, __arg_0: &FileSystemType) -> bool
This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, __arg_0: &FileSystemType) -> bool
This method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, __arg_0: &FileSystemType) -> bool
This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Ord for FileSystemType[src]
fn cmp(&self, __arg_0: &FileSystemType) -> Ordering
This method returns an Ordering between self and other. Read more