#[repr(C)]pub struct servent {
pub s_name: *mut i8,
pub s_aliases: *mut *mut i8,
pub s_port: i32,
pub s_proto: *mut i8,
}
Fields§
§s_name: *mut i8
§s_aliases: *mut *mut i8
§s_port: i32
§s_proto: *mut i8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for servent
impl RefUnwindSafe for servent
impl !Send for servent
impl !Sync for servent
impl Unpin for servent
impl UnwindSafe for servent
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)