Struct openssl_sys::protoent
source · [−]Fields
p_name: *mut i8
p_aliases: *mut *mut i8
p_proto: i32
Trait Implementations
impl Copy for protoent
impl Eq for protoent
impl StructuralEq for protoent
impl StructuralPartialEq for protoent
Auto Trait Implementations
impl RefUnwindSafe for protoent
impl !Send for protoent
impl !Sync for protoent
impl Unpin for protoent
impl UnwindSafe for protoent
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