[][src]Trait oxygengine_physics_2d::prelude::ncollide2d::utils::AsBytes

pub trait AsBytes {
    fn as_bytes(&self) -> &[u8]

Important traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
; }

Trait that transforms thing to a slice of u8.

Required methods

fn as_bytes(&self) -> &[u8]

Important traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]

Loading content...

Implementors

impl<N> AsBytes for Matrix<N, U2, U1, <DefaultAllocator as Allocator<N, U2, U1>>::Buffer> where
    N: RealField
[src]

impl<N> AsBytes for Matrix<N, U3, U1, <DefaultAllocator as Allocator<N, U3, U1>>::Buffer> where
    N: RealField
[src]

impl<N> AsBytes for Point<N, U2> where
    N: RealField
[src]

impl<N> AsBytes for Point<N, U3> where
    N: RealField
[src]

Loading content...