Trait rfw_utils::BytesConversion[][src]

pub trait BytesConversion {
    fn as_bytes(&self) -> &[u8];
fn as_quad_bytes(&self) -> &[u32]; }

Required methods

Implementations on Foreign Types

Implementors