Skip to main content

AddressMode

Trait AddressMode 

Source
pub trait AddressMode: Sealed + 'static { }
Expand description

Address mode (7-bit / 10-bit).

Note: This trait is sealed and should not be implemented outside of this crate.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl AddressMode for u8

Source§

impl AddressMode for u16

Implementors§