Struct libc::tmpfs_args
source · #[repr(C)]pub struct tmpfs_args {
pub ta_version: c_int,
pub ta_nodes_max: ino_t,
pub ta_size_max: off_t,
pub ta_root_uid: uid_t,
pub ta_root_gid: gid_t,
pub ta_root_mode: mode_t,
}
Fields§
§ta_version: c_int
§ta_nodes_max: ino_t
§ta_size_max: off_t
§ta_root_uid: uid_t
§ta_root_gid: gid_t
§ta_root_mode: mode_t
Trait Implementations§
source§impl Clone for tmpfs_args
impl Clone for tmpfs_args
source§fn clone(&self) -> tmpfs_args
fn clone(&self) -> tmpfs_args
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more