pub fn copy_from_bytes<T>(t: &T) -> Twhere T: IntoBytes + FromBytes + Immutable,
Copies a value that implements FromBytes, by simply copying its byte representation.
FromBytes