Struct dpdk_unix::android_linux::mounts::Mounts
[−]
[src]
pub struct Mounts(_, _);
Methods
impl Mounts
[src]
const ReadOnlyFlag: ConstCStr
ReadOnlyFlag: ConstCStr = ::ConstCStr{rustValue: "r", cValue: "r\u{0}",}
const ReadWriteFlag: ConstCStr
ReadWriteFlag: ConstCStr = ::ConstCStr{rustValue: "ra", cValue: "ra\u{0}",}
fn ProcSelfMounts() -> PathBuf
fn ProcMounts() -> PathBuf
fn readOnly(&self) -> bool
fn parse(procPath: &Path) -> Result<HashMap<PathBuf, Mount>, Error>
fn procSelfMountsReadOnly() -> Result<Self, Error>
fn useMounts<F>(&self, calledForEachMount: F) -> Result<(), Error> where
F: FnMut(Mount) -> Result<(), Error>,
F: FnMut(Mount) -> Result<(), Error>,
Trait Implementations
impl Debug for Mounts
[src]
impl PartialEq for Mounts
[src]
fn eq(&self, __arg_0: &Mounts) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Mounts) -> bool
This method tests for !=
.
impl Eq for Mounts
[src]
impl PartialOrd for Mounts
[src]
fn partial_cmp(&self, __arg_0: &Mounts) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
fn lt(&self, __arg_0: &Mounts) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn le(&self, __arg_0: &Mounts) -> 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: &Mounts) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn ge(&self, __arg_0: &Mounts) -> bool
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl Ord for Mounts
[src]
fn cmp(&self, __arg_0: &Mounts) -> Ordering
This method returns an Ordering
between self
and other
. Read more
impl Hash for Mounts
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more