#[repr(C)]pub(crate) struct ifa_cacheinfo {
    pub ifa_prefered: u32,
    pub ifa_valid: u32,
    pub cstamp: u32,
    pub tstamp: u32,
}Fields§
§ifa_prefered: u32§ifa_valid: u32§cstamp: u32§tstamp: u32Trait Implementations§
Source§impl Clone for ifa_cacheinfo
 
impl Clone for ifa_cacheinfo
Source§fn clone(&self) -> ifa_cacheinfo
 
fn clone(&self) -> ifa_cacheinfo
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 ifa_cacheinfo
 
impl Debug for ifa_cacheinfo
impl Copy for ifa_cacheinfo
Auto Trait Implementations§
impl Freeze for ifa_cacheinfo
impl RefUnwindSafe for ifa_cacheinfo
impl Send for ifa_cacheinfo
impl Sync for ifa_cacheinfo
impl Unpin for ifa_cacheinfo
impl UnwindSafe for ifa_cacheinfo
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