#[repr(C)]pub struct endpoint {
pub kind: endpoint_kind,
pub addr: endpoint_addrs,
}
Expand description
Endpoint addresses, for example, socket address.
Fields§
§kind: endpoint_kind
§addr: endpoint_addrs
Trait Implementations§
Auto Trait Implementations§
impl Freeze for endpoint
impl RefUnwindSafe for endpoint
impl Send for endpoint
impl Sync for endpoint
impl Unpin for endpoint
impl UnwindSafe for endpoint
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