Macro exonum::implement_pod_as_ref_field [] [src]

macro_rules! implement_pod_as_ref_field {
    ($name:ident) => { ... };
}

Implement field helper for all POD types it writes POD type as byte array in place.

Beware of platform specific data representation.