[][src]Struct ilda_idtf::layout::Coords3dIndexedColor

#[repr(C)]pub struct Coords3dIndexedColor {
    pub coords: Coords3d,
    pub status: Status,
    pub color_index: u8,
}

Fields

coords: Coords3dstatus: Statuscolor_index: u8

Trait Implementations

impl AsBytes for Coords3dIndexedColor[src]

impl Clone for Coords3dIndexedColor[src]

impl Copy for Coords3dIndexedColor[src]

impl Debug for Coords3dIndexedColor[src]

impl Eq for Coords3dIndexedColor[src]

impl FromBytes for Coords3dIndexedColor[src]

impl Hash for Coords3dIndexedColor[src]

impl LayoutBuffer for Coords3dIndexedColor[src]

type Buffer = [u8; 8]

impl PartialEq<Coords3dIndexedColor> for Coords3dIndexedColor[src]

impl StructuralEq for Coords3dIndexedColor[src]

impl StructuralPartialEq for Coords3dIndexedColor[src]

impl Unaligned for Coords3dIndexedColor[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.