atsamd_hal::nvm::smart_eeprom

Trait SmartEepromPointableSize

Source
pub trait SmartEepromPointableSize: Sealed + Copy { }
Expand description

Trait generalizing over primitive types that are permitted to be used as slice backing types

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.

Implementations on Foreign Types§

Source§

impl SmartEepromPointableSize for u8

Source§

impl SmartEepromPointableSize for u16

Source§

impl SmartEepromPointableSize for u32

Implementors§