[][src]Trait bevy_core::Byteable

pub unsafe trait Byteable where
    Self: Sized
{ }

A trait that indicates that it is safe to cast the type to a byte array reference.

Implementations on Foreign Types

impl<T> Byteable for [T] where
    Self: Sized,
    T: Byteable
[src]

impl<T> Byteable for [T; 2] where
    T: Byteable
[src]

impl<T> Byteable for [T; 3] where
    T: Byteable
[src]

impl<T> Byteable for [T; 4] where
    T: Byteable
[src]

impl<T> Byteable for [T; 16] where
    T: Byteable
[src]

impl Byteable for u8[src]

impl Byteable for u16[src]

impl Byteable for u32[src]

impl Byteable for u64[src]

impl Byteable for usize[src]

impl Byteable for i8[src]

impl Byteable for i16[src]

impl Byteable for i32[src]

impl Byteable for i64[src]

impl Byteable for isize[src]

impl Byteable for f32[src]

impl Byteable for f64[src]

impl Byteable for Vec2[src]

impl Byteable for Vec3[src]

impl Byteable for Vec4[src]

Loading content...

Implementors

Loading content...