aquatic_common: add doc comments for CpuPinningConfig structs

This commit is contained in:
Joakim Frostegård 2022-04-04 23:04:56 +02:00
parent 76ccd8ba55
commit 621f45e84c

View file

@ -49,6 +49,7 @@ pub trait CpuPinningConfig {
pub mod mod_name {
use super::*;
/// Experimental cpu pinning
#[derive(Clone, Debug, PartialEq, TomlConfig, Deserialize)]
pub struct struct_name {
pub active: bool,