#[repr(C)]
pub union ipmgmt_addr_type_cache_u {
pub ipmgmt_ipv6_cache_s: ipmgmt_addr_type_cache_ipv6,
pub ipmgmt_dhcp_cache_s: ipmgmt_addr_type_cache_dhcp,
}
Fields§
§ipmgmt_ipv6_cache_s: ipmgmt_addr_type_cache_ipv6
§ipmgmt_dhcp_cache_s: ipmgmt_addr_type_cache_dhcp
Trait Implementations§
Source§impl Clone for ipmgmt_addr_type_cache_u
impl Clone for ipmgmt_addr_type_cache_u
Source§fn clone(&self) -> ipmgmt_addr_type_cache_u
fn clone(&self) -> ipmgmt_addr_type_cache_u
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_u
Auto Trait Implementations§
impl Freeze for ipmgmt_addr_type_cache_u
impl RefUnwindSafe for ipmgmt_addr_type_cache_u
impl Send for ipmgmt_addr_type_cache_u
impl Sync for ipmgmt_addr_type_cache_u
impl Unpin for ipmgmt_addr_type_cache_u
impl UnwindSafe for ipmgmt_addr_type_cache_u
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