mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_common: add doc comments for CpuPinningConfig structs
This commit is contained in:
parent
76ccd8ba55
commit
621f45e84c
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue