Struct netlink_sys::rtnl::AddressCacheInfo [−][src]
#[repr(C)]pub struct AddressCacheInfo { pub ifa_preferred: i32, pub ifa_valid: i32, pub cstamp: i32, pub tstamp: i32, }
Fields
ifa_preferred: i32
ifa_valid: i32
cstamp: i32
tstamp: i32
Trait Implementations
impl Debug for AddressCacheInfo[src]
impl Debug for AddressCacheInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for AddressCacheInfo[src]
impl Clone for AddressCacheInfofn clone(&self) -> AddressCacheInfo[src]
fn clone(&self) -> AddressCacheInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for AddressCacheInfo[src]
impl Copy for AddressCacheInfoimpl Eq for AddressCacheInfo[src]
impl Eq for AddressCacheInfoimpl PartialEq for AddressCacheInfo[src]
impl PartialEq for AddressCacheInfofn eq(&self, other: &AddressCacheInfo) -> bool[src]
fn eq(&self, other: &AddressCacheInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AddressCacheInfo) -> bool[src]
fn ne(&self, other: &AddressCacheInfo) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for AddressCacheInfo
impl Send for AddressCacheInfoimpl Sync for AddressCacheInfo
impl Sync for AddressCacheInfo