[][src]Struct weldr::SubFileRefCmd

pub struct SubFileRefCmd {
    pub color: u32,
    pub pos: Vec3,
    pub row0: Vec3,
    pub row1: Vec3,
    pub row2: Vec3,
    pub file: SubFileRef,
}

Line Type 1 LDraw command: Reference a sub-file from the current file.

Fields

color: u32

Color code of the part.

pos: Vec3

Position.

row0: Vec3

First row of rotation+scaling matrix part.

row1: Vec3

Second row of rotation+scaling matrix part.

row2: Vec3

Third row of rotation+scaling matrix part.

file: SubFileRef

Referenced sub-file.

Trait Implementations

impl Debug for SubFileRefCmd[src]

impl PartialEq<SubFileRefCmd> for SubFileRefCmd[src]

impl StructuralPartialEq for SubFileRefCmd[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, 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.