Struct rustix::backend::c::rta_cacheinfo
source · #[repr(C)]pub(crate) struct rta_cacheinfo {
pub rta_clntref: u32,
pub rta_lastuse: u32,
pub rta_expires: i32,
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: i32
§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