pub struct OspfIfTimers {
pub hello_interval: u32,
pub dead_interval: u32,
}Fields§
§hello_interval: u32§dead_interval: u32Trait Implementations§
Source§impl Clone for OspfIfTimers
impl Clone for OspfIfTimers
Source§fn clone(&self) -> OspfIfTimers
fn clone(&self) -> OspfIfTimers
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OspfIfTimers
impl Debug for OspfIfTimers
Source§impl<'de> Deserialize<'de> for OspfIfTimers
impl<'de> Deserialize<'de> for OspfIfTimers
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for OspfIfTimers
impl RefUnwindSafe for OspfIfTimers
impl Send for OspfIfTimers
impl Sync for OspfIfTimers
impl Unpin for OspfIfTimers
impl UnsafeUnpin for OspfIfTimers
impl UnwindSafe for OspfIfTimers
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