#[repr(C)]
pub union src_addr_union_t {
pub src_addr: sockaddr,
pub src_sin: sockaddr_in,
pub src_sin6: sockaddr_in6,
pub src_storage: sockaddr_storage,
}Fields§
§src_addr: sockaddr§src_sin: sockaddr_in§src_sin6: sockaddr_in6§src_storage: sockaddr_storageAuto Trait Implementations§
impl Freeze for src_addr_union_t
impl RefUnwindSafe for src_addr_union_t
impl Send for src_addr_union_t
impl Sync for src_addr_union_t
impl Unpin for src_addr_union_t
impl UnwindSafe for src_addr_union_t
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