Struct virtio_sys::vhost::vhost_iotlb_msg
source · #[repr(C)]pub struct vhost_iotlb_msg {
pub iova: u64,
pub size: u64,
pub uaddr: u64,
pub perm: u8,
pub type_: u8,
}
Fields§
§iova: u64
§size: u64
§uaddr: u64
§perm: u8
§type_: u8
Trait Implementations§
source§impl Clone for vhost_iotlb_msg
impl Clone for vhost_iotlb_msg
source§fn clone(&self) -> vhost_iotlb_msg
fn clone(&self) -> vhost_iotlb_msg
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for vhost_iotlb_msg
impl Debug for vhost_iotlb_msg
source§impl Default for vhost_iotlb_msg
impl Default for vhost_iotlb_msg
source§fn default() -> vhost_iotlb_msg
fn default() -> vhost_iotlb_msg
Returns the “default value” for a type. Read more
impl Copy for vhost_iotlb_msg
Auto Trait Implementations§
impl RefUnwindSafe for vhost_iotlb_msg
impl Send for vhost_iotlb_msg
impl Sync for vhost_iotlb_msg
impl Unpin for vhost_iotlb_msg
impl UnwindSafe for vhost_iotlb_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