Enum capsules::net::ieee802154::FrameVersion [] [src]

#[repr(u16)]
pub enum FrameVersion { V2003, V2006, V2015, }

Variants

Methods

impl FrameVersion
[src]

[src]

Trait Implementations

impl Copy for FrameVersion
[src]

impl Clone for FrameVersion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for FrameVersion
[src]

[src]

impl PartialEq for FrameVersion
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for FrameVersion
[src]

[src]

Formats the value using the given formatter. Read more