#[repr(C)]pub struct ipmgmt_addr_type_cache_ipv6 {
pub ipmgmt_linklocal: boolean_t,
pub ipmgmt_ifid: sockaddr_in6,
}
Fields§
§ipmgmt_linklocal: boolean_t
§ipmgmt_ifid: sockaddr_in6
Trait Implementations§
Source§impl Clone for ipmgmt_addr_type_cache_ipv6
impl Clone for ipmgmt_addr_type_cache_ipv6
Source§fn clone(&self) -> ipmgmt_addr_type_cache_ipv6
fn clone(&self) -> ipmgmt_addr_type_cache_ipv6
Returns a copy 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 ipmgmt_addr_type_cache_ipv6
Auto Trait Implementations§
impl Freeze for ipmgmt_addr_type_cache_ipv6
impl RefUnwindSafe for ipmgmt_addr_type_cache_ipv6
impl Send for ipmgmt_addr_type_cache_ipv6
impl Sync for ipmgmt_addr_type_cache_ipv6
impl Unpin for ipmgmt_addr_type_cache_ipv6
impl UnwindSafe for ipmgmt_addr_type_cache_ipv6
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