Skip to main content

FixedAddr

Trait FixedAddr 

Source
pub trait FixedAddr: Register {
    const ADDR: Self::Addr;
}
Expand description

A register with a fixed, known address.

Required Associated Constants§

Source

const ADDR: Self::Addr

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§