pub struct FdtRange<'a> {
pub size: u64,
/* private fields */
}
Expand description
Range mapping child bus addresses to parent bus addresses
Fields§
§size: u64
Size of range
Implementations§
Source§impl<'a> FdtRange<'a>
impl<'a> FdtRange<'a>
pub fn child_bus_address(&self) -> U32Iter<'a>
pub fn parent_bus_address(&self) -> U32Iter<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FdtRange<'a>
impl<'a> RefUnwindSafe for FdtRange<'a>
impl<'a> Send for FdtRange<'a>
impl<'a> Sync for FdtRange<'a>
impl<'a> Unpin for FdtRange<'a>
impl<'a> UnwindSafe for FdtRange<'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