[]Trait bevy::core::Byteable

pub unsafe trait Byteable { }

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

Implementations on Foreign Types

impl Byteable for u64

impl Byteable for f32

impl Byteable for i8

impl Byteable for u16

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

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

impl Byteable for u8

impl Byteable for i32

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

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

impl Byteable for f64

impl Byteable for isize

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

impl Byteable for i64

impl Byteable for u32

impl Byteable for usize

impl Byteable for i16

Loading content...

Implementors

impl Byteable for Vec2

impl Byteable for Vec3

impl Byteable for Vec4

impl Byteable for Color

impl Byteable for Rect

impl Byteable for TextureAtlasSprite

Loading content...