Struct cdrs::frame::events::StatusChange [] [src]

pub struct StatusChange {
    pub change_type: StatusChangeType,
    pub addr: CInet,
}

Events related to change of node status.

Fields

Trait Implementations

impl Debug for StatusChange
[src]

Formats the value using the given formatter.

impl FromCursor for StatusChange
[src]

It should return an implementor from an io::Cursor over an array of bytes.