#[repr(C)]pub struct REENTR {Show 44 fields
pub _asctime_buffer: *mut i8,
pub _asctime_size: usize,
pub _crypt_struct_buffer: *mut crypt_data,
pub _ctime_buffer: *mut i8,
pub _ctime_size: usize,
pub _grent_struct: group,
pub _grent_buffer: *mut i8,
pub _grent_size: usize,
pub _grent_ptr: *mut group,
pub _hostent_struct: hostent,
pub _hostent_buffer: *mut i8,
pub _hostent_size: usize,
pub _hostent_ptr: *mut hostent,
pub _hostent_errno: i32,
pub _getlogin_buffer: *mut i8,
pub _getlogin_size: usize,
pub _netent_struct: netent,
pub _netent_buffer: *mut i8,
pub _netent_size: usize,
pub _netent_ptr: *mut netent,
pub _netent_errno: i32,
pub _protoent_struct: protoent,
pub _protoent_buffer: *mut i8,
pub _protoent_size: usize,
pub _protoent_ptr: *mut protoent,
pub _pwent_struct: passwd,
pub _pwent_buffer: *mut i8,
pub _pwent_size: usize,
pub _pwent_ptr: *mut passwd,
pub _servent_struct: servent,
pub _servent_buffer: *mut i8,
pub _servent_size: usize,
pub _servent_ptr: *mut servent,
pub _spent_struct: spwd,
pub _spent_buffer: *mut i8,
pub _spent_size: usize,
pub _spent_ptr: *mut spwd,
pub _gmtime_struct: tm,
pub _localtime_struct: tm,
pub _strerror_buffer: *mut i8,
pub _strerror_size: usize,
pub _ttyname_buffer: *mut i8,
pub _ttyname_size: usize,
pub dummy: i32,
}Fields§
§_asctime_buffer: *mut i8§_asctime_size: usize§_crypt_struct_buffer: *mut crypt_data§_ctime_buffer: *mut i8§_ctime_size: usize§_grent_struct: group§_grent_buffer: *mut i8§_grent_size: usize§_grent_ptr: *mut group§_hostent_struct: hostent§_hostent_buffer: *mut i8§_hostent_size: usize§_hostent_ptr: *mut hostent§_hostent_errno: i32§_getlogin_buffer: *mut i8§_getlogin_size: usize§_netent_struct: netent§_netent_buffer: *mut i8§_netent_size: usize§_netent_ptr: *mut netent§_netent_errno: i32§_protoent_struct: protoent§_protoent_buffer: *mut i8§_protoent_size: usize§_protoent_ptr: *mut protoent§_pwent_struct: passwd§_pwent_buffer: *mut i8§_pwent_size: usize§_pwent_ptr: *mut passwd§_servent_struct: servent§_servent_buffer: *mut i8§_servent_size: usize§_servent_ptr: *mut servent§_spent_struct: spwd§_spent_buffer: *mut i8§_spent_size: usize§_spent_ptr: *mut spwd§_gmtime_struct: tm§_localtime_struct: tm§_strerror_buffer: *mut i8§_strerror_size: usize§_ttyname_buffer: *mut i8§_ttyname_size: usize§dummy: i32Trait Implementations§
Source§impl Ord for REENTR
impl Ord for REENTR
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for REENTR
impl PartialOrd for REENTR
impl Copy for REENTR
impl Eq for REENTR
impl StructuralPartialEq for REENTR
Auto Trait Implementations§
impl Freeze for REENTR
impl RefUnwindSafe for REENTR
impl !Send for REENTR
impl !Sync for REENTR
impl Unpin for REENTR
impl UnsafeUnpin for REENTR
impl UnwindSafe for REENTR
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