pub struct VecRange<'a> { /* private fields */ }Expand description
Ranges property wrapper for parsing address translation entries.
The ranges property maps child bus address ranges to parent bus address
ranges, enabling translation between address spaces.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for VecRange<'a>
impl<'a> RefUnwindSafe for VecRange<'a>
impl<'a> Send for VecRange<'a>
impl<'a> Sync for VecRange<'a>
impl<'a> Unpin for VecRange<'a>
impl<'a> UnwindSafe for VecRange<'a>
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