Fields
address: [c_char; 108]
port: u16
Trait Implementations
sourceimpl Clone for aws_socket_endpoint
impl Clone for aws_socket_endpoint
sourcefn clone(&self) -> aws_socket_endpoint
fn clone(&self) -> aws_socket_endpoint
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for aws_socket_endpoint
impl Debug for aws_socket_endpoint
sourceimpl Default for aws_socket_endpoint
impl Default for aws_socket_endpoint
sourceimpl PartialEq<aws_socket_endpoint> for aws_socket_endpoint
impl PartialEq<aws_socket_endpoint> for aws_socket_endpoint
sourcefn eq(&self, other: &aws_socket_endpoint) -> bool
fn eq(&self, other: &aws_socket_endpoint) -> bool
impl Copy for aws_socket_endpoint
impl Eq for aws_socket_endpoint
impl StructuralEq for aws_socket_endpoint
impl StructuralPartialEq for aws_socket_endpoint
Auto Trait Implementations
impl RefUnwindSafe for aws_socket_endpoint
impl Send for aws_socket_endpoint
impl Sync for aws_socket_endpoint
impl Unpin for aws_socket_endpoint
impl UnwindSafe for aws_socket_endpoint
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