Struct virtio_sys::vhost::vhost_vdpa_iova_range
source · #[repr(C)]pub struct vhost_vdpa_iova_range {
pub first: u64,
pub last: u64,
}
Fields§
§first: u64
§last: u64
Trait Implementations§
source§impl Clone for vhost_vdpa_iova_range
impl Clone for vhost_vdpa_iova_range
source§fn clone(&self) -> vhost_vdpa_iova_range
fn clone(&self) -> vhost_vdpa_iova_range
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_vdpa_iova_range
impl Debug for vhost_vdpa_iova_range
source§impl Default for vhost_vdpa_iova_range
impl Default for vhost_vdpa_iova_range
source§fn default() -> vhost_vdpa_iova_range
fn default() -> vhost_vdpa_iova_range
Returns the “default value” for a type. Read more
impl Copy for vhost_vdpa_iova_range
Auto Trait Implementations§
impl RefUnwindSafe for vhost_vdpa_iova_range
impl Send for vhost_vdpa_iova_range
impl Sync for vhost_vdpa_iova_range
impl Unpin for vhost_vdpa_iova_range
impl UnwindSafe for vhost_vdpa_iova_range
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