Home
last modified time | relevance | path

Searched defs:ControlMsg (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/virtio/console/
Dmultiport.rs41 struct ControlMsg { struct
47 impl ControlMsg { argument
48 fn new(id: u32, event: ControlEvent, value: u16) -> ControlMsg { in new()