Struct AddressStatusV6
#[repr(C)]pub struct AddressStatusV6 {
pub ip: in6_addr,
pub gateway: in6_addr,
pub pri_dns: in6_addr,
pub sec_dns: in6_addr,
}Fields§
§ip: in6_addrPublic IPv6 address.
gateway: in6_addrPublic IPv6 gateway.
pri_dns: in6_addrPrimary Domain Name Service IPv6 address.
sec_dns: in6_addrSecondary Domain Name Service IPv6 address.
Trait Implementations§
§impl Clone for AddressStatusV6
impl Clone for AddressStatusV6
§fn clone(&self) -> AddressStatusV6
fn clone(&self) -> AddressStatusV6
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 AddressStatusV6
Auto Trait Implementations§
impl Freeze for AddressStatusV6
impl RefUnwindSafe for AddressStatusV6
impl Send for AddressStatusV6
impl Sync for AddressStatusV6
impl Unpin for AddressStatusV6
impl UnwindSafe for AddressStatusV6
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