Struct virtio_sys::vhost::vhost_msg
source · #[repr(C)]pub struct vhost_msg {
pub type_: c_int,
pub __bindgen_anon_1: vhost_msg__bindgen_ty_1,
}
Fields§
§type_: c_int
§__bindgen_anon_1: vhost_msg__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for vhost_msg
impl Send for vhost_msg
impl Sync for vhost_msg
impl Unpin for vhost_msg
impl UnwindSafe for vhost_msg
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