Trait aya::Pod[][src]

pub unsafe trait Pod: Copy + 'static { }
Expand description

Marker trait for types that can safely be converted to and from byte slices.

Implementations on Foreign Types

Implementors