Derive Macro meshx_derive::Intrinsic[][src]

#[derive(Intrinsic)]
{
    // Attributes available to this derive:
    #[intrinsics]
    #[intrinsic]
}
Expand description

Intrinsic derive macro. Intrinsic is not a real trait, but an indicator that intrinsic intrinsic traits need to be implemented for this type. The name of the trait itself is specified by the intrinsic attribute, which is to be specified in front of a field containing the IntrinsicAttribute type.