#[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