added missing derives #186
@@ -1383,6 +1383,9 @@ impl CcsdsPacket for CcsdsPacketCreator<'_> {
|
|||||||
|
|
||||||
/// CCSDS packet creator variant which owns the packet data.
|
/// CCSDS packet creator variant which owns the packet data.
|
||||||
#[cfg(feature = "alloc")]
|
#[cfg(feature = "alloc")]
|
||||||
|
#[derive(Debug)]
|
||||||
|
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||||
|
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
|
||||||
pub struct CcsdsPacketCreatorOwned {
|
pub struct CcsdsPacketCreatorOwned {
|
||||||
common: CcsdsPacketCreatorCommon,
|
common: CcsdsPacketCreatorCommon,
|
||||||
packet_data: alloc::vec::Vec<u8>,
|
packet_data: alloc::vec::Vec<u8>,
|
||||||
|
|||||||
Reference in New Issue
Block a user