pub struct VfioRegionInfoCapSparseMmap {
pub areas: Vec<VfioRegionSparseMmapArea>,
}Expand description
List of sparse mmap areas
Fields§
§areas: Vec<VfioRegionSparseMmapArea>List of areas
Trait Implementations§
Source§impl Clone for VfioRegionInfoCapSparseMmap
impl Clone for VfioRegionInfoCapSparseMmap
Source§fn clone(&self) -> VfioRegionInfoCapSparseMmap
fn clone(&self) -> VfioRegionInfoCapSparseMmap
Returns a duplicate 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 VfioRegionInfoCapSparseMmap
impl Debug for VfioRegionInfoCapSparseMmap
impl Eq for VfioRegionInfoCapSparseMmap
impl StructuralPartialEq for VfioRegionInfoCapSparseMmap
Auto Trait Implementations§
impl Freeze for VfioRegionInfoCapSparseMmap
impl RefUnwindSafe for VfioRegionInfoCapSparseMmap
impl Send for VfioRegionInfoCapSparseMmap
impl Sync for VfioRegionInfoCapSparseMmap
impl Unpin for VfioRegionInfoCapSparseMmap
impl UnwindSafe for VfioRegionInfoCapSparseMmap
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