Skip to main content

RegionedAddress

Trait RegionedAddress 

Source
pub trait RegionedAddress<A> {
    // Required methods
    fn region(&self) -> u32;
    fn absolute_address(&self) -> A;
}

Required Methods§

Source

fn region(&self) -> u32

Source

fn absolute_address(&self) -> A

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<V: Copy> RegionedAddress<AbsoluteAddrBase<V>> for RegionedAbsoluteAddrBase<V>

Implementors§