Searched defs:VsockEvent (Results 1 – 1 of 1) sorted by relevance
64 pub struct VsockEvent { struct70 pub event_type: VsockEventType, argument295 pub fn poll_recv(&mut self, buffer: &mut [u8]) -> Result<Option<VsockEvent>> { in poll_recv()320 pub fn wait_for_recv(&mut self, buffer: &mut [u8]) -> Result<VsockEvent> { in wait_for_recv()370 fn poll_rx_queue(&mut self, body: &mut [u8]) -> Result<Option<VsockEvent>> { in poll_rx_queue()