Enum cdrs::frame::events::StatusChangeType [] [src]

pub enum StatusChangeType {
    Up,
    Down,
}

Variants

Trait Implementations

impl Debug for StatusChangeType
[src]

Formats the value using the given formatter.

impl PartialEq for StatusChangeType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl FromCursor for StatusChangeType
[src]

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