[][src]Trait abi_stable::abi_stability::stable_abi_trait::MakeGetAbiInfo

pub unsafe trait MakeGetAbiInfo<B> {
const CONST: GetAbiInfo;
}

Constructs the GetAbiInfo for Self.

Safety

Implementors must make sure that the AbiInfo actually describes the layout of the type.

Associated Constants

Loading content...

Implementors

impl<T> MakeGetAbiInfo<SharedStableAbi_Bound> for T where
    T: SharedStableAbi
[src]

impl<T> MakeGetAbiInfo<StableAbi_Bound> for T where
    T: StableAbi
[src]

impl<T> MakeGetAbiInfo<UnsafeOpaqueField_Bound> for T[src]

Loading content...