atsamd_hal::sercom::spi

Trait Size

Source
pub trait Size: Length { }
Expand description

Trait alias whose definition varies by chip

On SAMx5x chips, this represents the transaction Length.

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§

Source§

impl<L: Length> Size for L