#[repr(C)]
pub union IpmgmtAddrTypeCache {
pub ipv6_cache: IpmgmtIpv6Cache,
pub dhcp_cache: IpmgmtDhcpCache,
}
Fields§
§ipv6_cache: IpmgmtIpv6Cache
§dhcp_cache: IpmgmtDhcpCache
Trait Implementations§
Source§impl Clone for IpmgmtAddrTypeCache
impl Clone for IpmgmtAddrTypeCache
Source§fn clone(&self) -> IpmgmtAddrTypeCache
fn clone(&self) -> IpmgmtAddrTypeCache
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 moreSource§impl Default for IpmgmtAddrTypeCache
impl Default for IpmgmtAddrTypeCache
impl Copy for IpmgmtAddrTypeCache
Auto Trait Implementations§
impl Freeze for IpmgmtAddrTypeCache
impl RefUnwindSafe for IpmgmtAddrTypeCache
impl Send for IpmgmtAddrTypeCache
impl Sync for IpmgmtAddrTypeCache
impl Unpin for IpmgmtAddrTypeCache
impl UnwindSafe for IpmgmtAddrTypeCache
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