#[repr(C)]pub struct InetSocketAddressBase {
pub host: *mut c_char,
pub port: *mut c_char,
}Fields§
§host: *mut c_char§port: *mut c_charTrait Implementations§
Source§impl Clone for InetSocketAddressBase
impl Clone for InetSocketAddressBase
Source§fn clone(&self) -> InetSocketAddressBase
fn clone(&self) -> InetSocketAddressBase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InetSocketAddressBase
impl Debug for InetSocketAddressBase
impl Copy for InetSocketAddressBase
Auto Trait Implementations§
impl Freeze for InetSocketAddressBase
impl RefUnwindSafe for InetSocketAddressBase
impl !Send for InetSocketAddressBase
impl !Sync for InetSocketAddressBase
impl Unpin for InetSocketAddressBase
impl UnwindSafe for InetSocketAddressBase
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