Skip to main content

impl_pod

Macro impl_pod 

Source
macro_rules! impl_pod {
    ($($t:ty),+ $(,)?) => { ... };
}
Expand description

Batch unsafe impl Pod for a list of types.

impl_pod!(u8, u16, u32, u64, MyStruct);