#[repr(C)]pub struct SocketAddressT {
pub __bindgen_anon_1: SocketAddressTBindgenTy1,
pub port: u32,
}
Fields§
§__bindgen_anon_1: SocketAddressTBindgenTy1
§port: u32
Trait Implementations§
Source§impl Clone for SocketAddressT
impl Clone for SocketAddressT
Source§fn clone(&self) -> SocketAddressT
fn clone(&self) -> SocketAddressT
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 Default for SocketAddressT
impl Default for SocketAddressT
impl Copy for SocketAddressT
Auto Trait Implementations§
impl Freeze for SocketAddressT
impl RefUnwindSafe for SocketAddressT
impl Send for SocketAddressT
impl Sync for SocketAddressT
impl Unpin for SocketAddressT
impl UnwindSafe for SocketAddressT
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