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