Trait ncollide2d::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

Implementations on Foreign Types

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

[src]

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

[src]

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

[src]

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

[src]

Implementors