pub struct DataRegion {
pub addr: u64,
pub len: u64,
}Expand description
A data-carrying region extracted from a descriptor chain.
Each entry represents one contiguous GPA range.
Fields§
§addr: u64§len: u64Auto Trait Implementations§
impl Freeze for DataRegion
impl RefUnwindSafe for DataRegion
impl Send for DataRegion
impl Sync for DataRegion
impl Unpin for DataRegion
impl UnsafeUnpin for DataRegion
impl UnwindSafe for DataRegion
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