pub unsafe trait AlignmentValid { }
Expand description

Marker trait used to check alignment

Implementations on Foreign Types§

source§

impl<S, L> AlignmentValid for (S, L)

Implementors§