pub unsafe trait ImplsGetFieldOffset: Sized { }
Expand description

Marker trait for types that implement GetFieldOffset.

This trait is required for the GetFieldOffset impls that get the FieldOffset of nested fields.

This is only required as a workaround to lower the time that cargo doc takes to run.

Implementors§

source§

impl<A, B, C, D> ImplsGetFieldOffset for ReprAlign4<A, B, C, D>

source§

impl<A, B, C, D> ImplsGetFieldOffset for ReprC<A, B, C, D>

source§

impl<A, B, C, D> ImplsGetFieldOffset for ReprPacked2<A, B, C, D>

source§

impl<A, B, C, D> ImplsGetFieldOffset for ReprPacked<A, B, C, D>