pub enum Subsystem {
Reserved = 0,
SYSInterface = 1,
MACInterface = 2,
NWKInterface = 3,
AFInterface = 4,
ZDOInterface = 5,
SAPIInterface = 6,
UTILInterface = 7,
DEBUGInterface = 8,
APPInterface = 9,
APPConfig = 15,
GreenPower = 21,
}
Variants§
Reserved = 0
SYSInterface = 1
MACInterface = 2
NWKInterface = 3
AFInterface = 4
ZDOInterface = 5
SAPIInterface = 6
UTILInterface = 7
DEBUGInterface = 8
APPInterface = 9
APPConfig = 15
GreenPower = 21
Auto Trait Implementations§
impl Freeze for Subsystem
impl RefUnwindSafe for Subsystem
impl Send for Subsystem
impl Sync for Subsystem
impl Unpin for Subsystem
impl UnwindSafe for Subsystem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more