Enum openzwave::node::NodeBasic []

pub enum NodeBasic {
    Controller,
    StaticController,
    Slave,
    RoutingSlave,
}

Variants

ControllerStaticControllerSlaveRoutingSlave

Methods

impl NodeBasic

fn from_u8(value: u8) -> Option<NodeBasic>

Trait Implementations

impl Copy for NodeBasic

impl Clone for NodeBasic

fn clone(&self) -> NodeBasic

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for NodeBasic

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for NodeBasic
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.