[][src]Struct libperl_sys::REENTR

#[repr(C)]
pub struct REENTR {
    pub _asctime_buffer: *mut c_char,
    pub _asctime_size: usize,
    pub _crypt_struct_buffer: *mut crypt_data,
    pub _ctime_buffer: *mut c_char,
    pub _ctime_size: usize,
    pub _grent_struct: group,
    pub _grent_buffer: *mut c_char,
    pub _grent_size: usize,
    pub _grent_ptr: *mut group,
    pub _hostent_struct: hostent,
    pub _hostent_buffer: *mut c_char,
    pub _hostent_size: usize,
    pub _hostent_ptr: *mut hostent,
    pub _hostent_errno: c_int,
    pub _getlogin_buffer: *mut c_char,
    pub _getlogin_size: usize,
    pub _netent_struct: netent,
    pub _netent_buffer: *mut c_char,
    pub _netent_size: usize,
    pub _netent_ptr: *mut netent,
    pub _netent_errno: c_int,
    pub _protoent_struct: protoent,
    pub _protoent_buffer: *mut c_char,
    pub _protoent_size: usize,
    pub _protoent_ptr: *mut protoent,
    pub _pwent_struct: passwd,
    pub _pwent_buffer: *mut c_char,
    pub _pwent_size: usize,
    pub _pwent_ptr: *mut passwd,
    pub _servent_struct: servent,
    pub _servent_buffer: *mut c_char,
    pub _servent_size: usize,
    pub _servent_ptr: *mut servent,
    pub _spent_struct: spwd,
    pub _spent_buffer: *mut c_char,
    pub _spent_size: usize,
    pub _spent_ptr: *mut spwd,
    pub _readdir_struct: *mut dirent,
    pub _readdir_size: usize,
    pub _readdir_ptr: *mut dirent,
    pub _readdir64_struct: *mut dirent64,
    pub _readdir64_size: usize,
    pub _readdir64_ptr: *mut dirent64,
    pub _strerror_buffer: *mut c_char,
    pub _strerror_size: usize,
    pub _ttyname_buffer: *mut c_char,
    pub _ttyname_size: usize,
    pub dummy: c_int,
}

Fields

_asctime_buffer: *mut c_char_asctime_size: usize_crypt_struct_buffer: *mut crypt_data_ctime_buffer: *mut c_char_ctime_size: usize_grent_struct: group_grent_buffer: *mut c_char_grent_size: usize_grent_ptr: *mut group_hostent_struct: hostent_hostent_buffer: *mut c_char_hostent_size: usize_hostent_ptr: *mut hostent_hostent_errno: c_int_getlogin_buffer: *mut c_char_getlogin_size: usize_netent_struct: netent_netent_buffer: *mut c_char_netent_size: usize_netent_ptr: *mut netent_netent_errno: c_int_protoent_struct: protoent_protoent_buffer: *mut c_char_protoent_size: usize_protoent_ptr: *mut protoent_pwent_struct: passwd_pwent_buffer: *mut c_char_pwent_size: usize_pwent_ptr: *mut passwd_servent_struct: servent_servent_buffer: *mut c_char_servent_size: usize_servent_ptr: *mut servent_spent_struct: spwd_spent_buffer: *mut c_char_spent_size: usize_spent_ptr: *mut spwd_readdir_struct: *mut dirent_readdir_size: usize_readdir_ptr: *mut dirent_readdir64_struct: *mut dirent64_readdir64_size: usize_readdir64_ptr: *mut dirent64_strerror_buffer: *mut c_char_strerror_size: usize_ttyname_buffer: *mut c_char_ttyname_size: usizedummy: c_int

Trait Implementations

impl Clone for REENTR[src]

impl Copy for REENTR[src]

impl Debug for REENTR[src]

Auto Trait Implementations

impl !Send for REENTR

impl Unpin for REENTR

impl !Sync for REENTR

impl UnwindSafe for REENTR

impl RefUnwindSafe for REENTR

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for 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.

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

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

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