[][src]Struct libc::jail

#[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: u32path: *mut c_charhostname: *mut c_charjailname: *mut c_charip4s: c_uintip6s: c_uintip4: *mut in_addrip6: *mut in6_addr

Trait Implementations

impl Clone for jail[src]

impl Copy for jail[src]

Auto Trait Implementations

impl !Send for jail

impl !Sync for jail

impl Unpin for jail

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.