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

Trait Implementations

impl Copy for jail
[src]

impl Clone for jail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more