pub struct VfioRegionSparseMmapArea {
pub offset: u64,
pub size: u64,
}Expand description
Represent one area of the sparse mmap
Fields§
§offset: u64Offset of mmap’able area within region
size: u64Size of mmap’able area
Trait Implementations§
Source§impl Clone for VfioRegionSparseMmapArea
impl Clone for VfioRegionSparseMmapArea
Source§fn clone(&self) -> VfioRegionSparseMmapArea
fn clone(&self) -> VfioRegionSparseMmapArea
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 VfioRegionSparseMmapArea
impl Debug for VfioRegionSparseMmapArea
Source§impl PartialEq for VfioRegionSparseMmapArea
impl PartialEq for VfioRegionSparseMmapArea
impl Copy for VfioRegionSparseMmapArea
impl Eq for VfioRegionSparseMmapArea
impl StructuralPartialEq for VfioRegionSparseMmapArea
Auto Trait Implementations§
impl Freeze for VfioRegionSparseMmapArea
impl RefUnwindSafe for VfioRegionSparseMmapArea
impl Send for VfioRegionSparseMmapArea
impl Sync for VfioRegionSparseMmapArea
impl Unpin for VfioRegionSparseMmapArea
impl UnwindSafe for VfioRegionSparseMmapArea
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