Struct openssl_sys::servent
source · [−]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
impl Copy for servent
impl Eq for servent
impl StructuralEq for servent
impl StructuralPartialEq for servent
Auto Trait Implementations
impl RefUnwindSafe for servent
impl !Send for servent
impl !Sync for servent
impl Unpin for servent
impl UnwindSafe for servent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more