[][src]Struct probe_rs::coresight::memory::romtable::RomTableReader

pub struct RomTableReader<'p, P: MI> { /* fields omitted */ }

Methods

impl<'p, P: MI> RomTableReader<'p, P>[src]

Iterates over a ROM table non recursively.

pub fn new(probe: &'p RefCell<P>, base_address: u64) -> Self[src]

Important traits for RomTableIterator<'p, 'r, P>
pub fn entries<'r>(&'r mut self) -> RomTableIterator<'p, 'r, P>[src]

Iterate over all entries of the rom table, non-recursively

Trait Implementations

impl<'p, P: Debug + MI> Debug for RomTableReader<'p, P>[src]

Auto Trait Implementations

impl<'p, P> !RefUnwindSafe for RomTableReader<'p, P>

impl<'p, P> !Send for RomTableReader<'p, P>

impl<'p, P> !Sync for RomTableReader<'p, P>

impl<'p, P> Unpin for RomTableReader<'p, P>

impl<'p, P> !UnwindSafe for RomTableReader<'p, P>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.