pub struct BfdStatus { /* private fields */ }Implementations§
Source§impl BfdStatus
impl BfdStatus
pub fn detection_threshold<T>(self, value: T) -> Self
pub fn local<T>(self, value: T) -> Self
pub fn mode<T>(self, value: T) -> Self
pub fn peer<T>(self, value: T) -> Self
pub fn required_rx<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
pub fn switch_slot<T>(self, value: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BfdStatus
impl RefUnwindSafe for BfdStatus
impl Send for BfdStatus
impl Sync for BfdStatus
impl Unpin for BfdStatus
impl UnsafeUnpin for BfdStatus
impl UnwindSafe for BfdStatus
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