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