autocommit 2022-04-05 21:08:07 CEST
This commit is contained in:
parent
a3e9f21fc5
commit
1d33088dba
27 changed files with 982 additions and 699 deletions
|
|
@ -30,12 +30,12 @@ pub struct MonitorInfo {
|
|||
|
||||
pub struct ConnectorKernelId {
|
||||
pub ty: ConnectorType,
|
||||
pub id: u32,
|
||||
pub idx: u32,
|
||||
}
|
||||
|
||||
impl Display for ConnectorKernelId {
|
||||
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
|
||||
write!(f, "{}-{}", self.ty, self.id)
|
||||
write!(f, "{}-{}", self.ty, self.idx)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue