mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +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 {
|
pub mod mod_name {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
|
/// Experimental cpu pinning
|
||||||
#[derive(Clone, Debug, PartialEq, TomlConfig, Deserialize)]
|
#[derive(Clone, Debug, PartialEq, TomlConfig, Deserialize)]
|
||||||
pub struct struct_name {
|
pub struct struct_name {
|
||||||
pub active: bool,
|
pub active: bool,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue