Struct dpdk_unix::android_linux::mounts::Mounts[][src]

pub struct Mounts(_);

Mounts (or mount points) for the current process.

Methods

impl Mounts
[src]

Returns a path for an existing hugetlbfs mount, if any.

Trait Implementations

impl Debug for Mounts
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Mounts

impl Sync for Mounts