Skip to main content

HasDaddr

Trait HasDaddr 

Source
pub trait HasDaddr {
    // Required method
    exec fn daddr(&self) -> Daddr;
}
Expand description

A trait for types that have mapped address in the device address space.

Required Methods§

Source

exec fn daddr(&self) -> Daddr

Gets the base address of the mapping in the device address space.

Implementors§