pub trait AtomicSize: Size { }
Expand description

Marker trait for transaction Sizes that can be completed in a single read or write of the DATA register

Implementors§

source§

impl<C> AtomicSize for Cwhere C: CharSize,