Enum openzwave::node::NodeBasic
[−]
pub enum NodeBasic { Controller, StaticController, Slave, RoutingSlave, }
Variants
Controller
StaticController
Slave
RoutingSlave
Methods
impl 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