[][src]Trait repr_offset::Alignment

pub trait Alignment: Sealed { }

Marker trait for types that represents the alignment of a FieldOffset.

This is only implemented by Aligned and Unaligned

Implementors

impl Alignment for Aligned[src]

impl Alignment for Unaligned[src]

Loading content...