Struct linux_raw_sys::netlink::ifa_cacheinfo
source · #[repr(C)]pub 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: __u32
Trait 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 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 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