made mode elements public
This commit is contained in:
parent
df7103cb82
commit
cf9b12b1dc
@ -39,8 +39,8 @@ impl ModeAndSubmode {
|
|||||||
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
||||||
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
||||||
pub struct ModeCommand {
|
pub struct ModeCommand {
|
||||||
address: TargetId,
|
pub address: TargetId,
|
||||||
mode_submode: ModeAndSubmode,
|
pub mode_submode: ModeAndSubmode,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl ModeCommand {
|
impl ModeCommand {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user