#[repr(C)]pub struct RtaCacheinfo {
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 RtaCacheinfo
impl Clone for RtaCacheinfo
Source§fn clone(&self) -> RtaCacheinfo
fn clone(&self) -> RtaCacheinfo
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 RtaCacheinfo
impl Debug for RtaCacheinfo
impl Copy for RtaCacheinfo
Auto Trait Implementations§
impl Freeze for RtaCacheinfo
impl RefUnwindSafe for RtaCacheinfo
impl Send for RtaCacheinfo
impl Sync for RtaCacheinfo
impl Unpin for RtaCacheinfo
impl UnwindSafe for RtaCacheinfo
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