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), }
File system types.
Variants
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)
Methods
impl FileSystemType
[src]
impl FileSystemType
pub fn to_c_string(&self) -> CString
[src]
pub fn to_c_string(&self) -> CString
To CString
.
pub fn from_string(value: String) -> Self
[src]
pub fn from_string(value: String) -> Self
From string.
pub fn from_str(value: &str) -> FileSystemType
[src]
pub fn from_str(value: &str) -> FileSystemType
From str.
Trait Implementations
impl Debug for FileSystemType
[src]
impl Debug for FileSystemType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for FileSystemType
[src]
impl PartialEq for FileSystemType
fn eq(&self, other: &FileSystemType) -> bool
[src]
fn eq(&self, other: &FileSystemType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &FileSystemType) -> bool
[src]
fn ne(&self, other: &FileSystemType) -> bool
This method tests for !=
.
impl Eq for FileSystemType
[src]
impl Eq for FileSystemType
impl PartialOrd for FileSystemType
[src]
impl PartialOrd for FileSystemType
fn partial_cmp(&self, other: &FileSystemType) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &FileSystemType) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
fn lt(&self, other: &FileSystemType) -> bool
[src]
fn lt(&self, other: &FileSystemType) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn le(&self, other: &FileSystemType) -> bool
[src]
fn le(&self, other: &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, other: &FileSystemType) -> bool
[src]
fn gt(&self, other: &FileSystemType) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn ge(&self, other: &FileSystemType) -> bool
[src]
fn ge(&self, other: &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]
impl Ord for FileSystemType
fn cmp(&self, other: &FileSystemType) -> Ordering
[src]
fn cmp(&self, other: &FileSystemType) -> Ordering
This method returns an Ordering
between self
and other
. Read more
fn max(self, other: Self) -> Self
1.21.0[src]
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
impl Hash for FileSystemType
[src]
impl Hash for FileSystemType
Auto Trait Implementations
impl Send for FileSystemType
impl Send for FileSystemType
impl Sync for FileSystemType
impl Sync for FileSystemType