Trait ncollide_utils::AsBytes [] [src]

pub trait AsBytes {
    fn as_bytes<'a>(&'a self) -> &'a [u8];
}

Trait that transforms thing to a slice of u8.

Required Methods

fn as_bytes<'a>(&'a self) -> &'a [u8]

Implementors