#[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_addrTrait Implementations§
Auto Trait Implementations§
impl Freeze for jail
impl RefUnwindSafe for jail
impl !Send for jail
impl !Sync for jail
impl Unpin for jail
impl UnwindSafe for jail
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more