pub struct in_addr_4in6 {
pub ia46_addr4: in_addr,
/* private fields */
}Fields§
§ia46_addr4: in_addrTrait Implementations§
Source§impl Clone for in_addr_4in6
impl Clone for in_addr_4in6
Source§fn clone(&self) -> in_addr_4in6
fn clone(&self) -> in_addr_4in6
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 Debug for in_addr_4in6
impl Debug for in_addr_4in6
impl Copy for in_addr_4in6
Auto Trait Implementations§
impl Freeze for in_addr_4in6
impl RefUnwindSafe for in_addr_4in6
impl Send for in_addr_4in6
impl Sync for in_addr_4in6
impl Unpin for in_addr_4in6
impl UnwindSafe for in_addr_4in6
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