#[repr(C)]pub struct SocketAddressFlat {
pub type_: u32,
pub u: SocketAddressFlat__bindgen_ty_1,
}Fields§
§type_: u32§u: SocketAddressFlat__bindgen_ty_1Trait Implementations§
Source§impl Clone for SocketAddressFlat
impl Clone for SocketAddressFlat
Source§fn clone(&self) -> SocketAddressFlat
fn clone(&self) -> SocketAddressFlat
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 moreimpl Copy for SocketAddressFlat
Auto Trait Implementations§
impl Freeze for SocketAddressFlat
impl RefUnwindSafe for SocketAddressFlat
impl !Send for SocketAddressFlat
impl !Sync for SocketAddressFlat
impl Unpin for SocketAddressFlat
impl UnwindSafe for SocketAddressFlat
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