[][src]Struct brawllib_rs::mdl0::vertices::Vertices

pub struct Vertices {
    pub name: String,
    pub data: Vec<u8>,
    pub string_offset: i32,
    pub index: i32,
    pub is_xyz: bool,
    pub component_type: VertexComponentType,
    pub divisor: u8,
    pub entry_stride: u8,
    pub num_vertices: u16,
    pub e_min: Vector3<f32>,
    pub e_max: Vector3<f32>,
}

Fields

name: Stringdata: Vec<u8>string_offset: i32index: i32is_xyz: boolcomponent_type: VertexComponentTypedivisor: u8entry_stride: u8num_vertices: u16e_min: Vector3<f32>e_max: Vector3<f32>

Trait Implementations

impl Debug for Vertices[src]

Auto Trait Implementations

impl Send for Vertices

impl Sync for Vertices

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

The type returned in the event of a conversion error.

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