Enum capsules::ieee802154::virtual_mac::Op [] [src]

enum Op {
    Idle,
    Transmit(Frame),
}

Variants

Trait Implementations

impl Eq for Op
[src]

[src]

impl PartialEq for Op
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for Op
[src]

[src]

Formats the value using the given formatter. Read more