pub(super) struct VhostUserRegularOps;Expand description
Ops for running vhost-user over a stream (i.e. regular protocol).
Implementations§
Source§impl VhostUserRegularOps
impl VhostUserRegularOps
pub fn set_mem_table( contexts: &[VhostUserMemoryRegion], files: Vec<File>, ) -> VhostResult<(GuestMemory, Vec<MappingInfo>)>
Auto Trait Implementations§
impl Freeze for VhostUserRegularOps
impl RefUnwindSafe for VhostUserRegularOps
impl Send for VhostUserRegularOps
impl Sync for VhostUserRegularOps
impl Unpin for VhostUserRegularOps
impl UnwindSafe for VhostUserRegularOps
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more