Struct linux_raw_sys::netlink::rta_cacheinfo
source · #[repr(C)]pub struct rta_cacheinfo {
pub rta_clntref: __u32,
pub rta_lastuse: __u32,
pub rta_expires: __s32,
pub rta_error: __u32,
pub rta_used: __u32,
pub rta_id: __u32,
pub rta_ts: __u32,
pub rta_tsage: __u32,
}
Fields§
§rta_clntref: __u32
§rta_lastuse: __u32
§rta_expires: __s32
§rta_error: __u32
§rta_used: __u32
§rta_id: __u32
§rta_ts: __u32
§rta_tsage: __u32
Trait Implementations§
source§impl Clone for rta_cacheinfo
impl Clone for rta_cacheinfo
source§fn clone(&self) -> rta_cacheinfo
fn clone(&self) -> rta_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 rta_cacheinfo
impl Debug for rta_cacheinfo
impl Copy for rta_cacheinfo
Auto Trait Implementations§
impl Freeze for rta_cacheinfo
impl RefUnwindSafe for rta_cacheinfo
impl Send for rta_cacheinfo
impl Sync for rta_cacheinfo
impl Unpin for rta_cacheinfo
impl UnwindSafe for rta_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)