pub trait ToAlignedBytes {
    fn to_aligned_bytes(&self) -> [u64; 4];
}

Required methods

Implementations on Foreign Types

Implementors