Struct rust_corosync::votequorum::NodeInfo[][src]

pub struct NodeInfo {
    pub node_id: NodeId,
    pub node_state: NodeState,
    pub node_votes: u32,
    pub node_expected_votes: u32,
    pub highest_expected: u32,
    pub quorum: u32,
    pub flags: NodeInfoFlags,
    pub qdevice_votes: u32,
    pub qdevice_name: String,
}
Expand description

Detailed information about a node in the cluster, returned from get_info

Fields

node_id: NodeIdnode_state: NodeStatenode_votes: u32node_expected_votes: u32highest_expected: u32quorum: u32flags: NodeInfoFlagsqdevice_votes: u32qdevice_name: String

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.