Searched refs:DeviceCoreState (Results 1 – 3 of 3) sorted by relevance
7098 pub struct DeviceCoreState { struct7104 impl TryParse for DeviceCoreState { argument7112 let result = DeviceCoreState { control_id, len, status, iscore }; in try_parse()7116 impl Serialize for DeviceCoreState { implementation
1080 class DeviceCoreState(xcffib.Struct): class