Trait AlignmentValid

Source
pub unsafe trait AlignmentValid { }
Expand description

Marker trait used to check alignment

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<S, L> AlignmentValid for (S, L)

Implementors§