#[repr(C)]pub struct InetSocketAddressBase {
pub host: *mut i8,
pub port: *mut i8,
}Fields§
§host: *mut i8§port: *mut i8Trait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InetSocketAddressBase
Auto Trait Implementations§
impl !Send for InetSocketAddressBase
impl !Sync for InetSocketAddressBase
impl Freeze for InetSocketAddressBase
impl RefUnwindSafe for InetSocketAddressBase
impl Unpin for InetSocketAddressBase
impl UnsafeUnpin 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