[][src]Trait ncollide_utils::AsBytes

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]

Loading content...

Implementations on Foreign Types

impl<N: Real> AsBytes for Vector2<N>[src]

impl<N: Real> AsBytes for Point2<N>[src]

impl<N: Real> AsBytes for Vector3<N>[src]

impl<N: Real> AsBytes for Point3<N>[src]

Loading content...

Implementors

Loading content...