Struct libc::jail
[−]
[src]
#[repr(C)]pub struct jail { pub version: u32, pub path: *mut c_char, pub hostname: *mut c_char, pub jailname: *mut c_char, pub ip4s: c_uint, pub ip6s: c_uint, pub ip4: *mut in_addr, pub ip6: *mut in6_addr, }
Fields
version: u32
path: *mut c_char
hostname: *mut c_char
jailname: *mut c_char
ip4s: c_uint
ip6s: c_uint
ip4: *mut in_addr
ip6: *mut in6_addr
Trait Implementations
impl Copy for jail[src]
impl Clone for jail[src]
fn clone(&self) -> jail
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more