Struct rust_corosync::cfg::LinkStatus
source · [−]pub struct LinkStatus {
pub enabled: bool,
pub connected: bool,
pub dynconnected: bool,
pub mtu: u32,
pub src_ipaddr: String,
pub dst_ipaddr: String,
}Expand description
Status of a link inside NodeStatus struct
Fields
enabled: boolconnected: booldynconnected: boolmtu: u32src_ipaddr: Stringdst_ipaddr: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LinkStatus
impl Send for LinkStatus
impl Sync for LinkStatus
impl Unpin for LinkStatus
impl UnwindSafe for LinkStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more