Trait heron::rapier_plugin::rapier::ncollide::utils::AsBytes[][src]

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

Notable traits for &'_ [u8]

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

Trait that transforms thing to a slice of u8.

Required methods

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

Notable traits for &'_ [u8]

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

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...