[][src]Struct intel_genxml::gen5::_3dPrimitive

pub struct _3dPrimitive {
    pub dword_length: u32,
    pub indirect_vertex_count: u32,
    pub primitive_topology_type: _3dPrimTopoType,
    pub vertex_access_type: u32,
    pub _3d_command_sub_opcode: u32,
    pub _3d_command_opcode: u32,
    pub command_subtype: u32,
    pub command_type: u32,
    pub vertex_count_per_instance: u32,
    pub start_vertex_location: u32,
    pub instance_count: u32,
    pub start_instance_location: u32,
    pub base_vertex_location: i32,
}

Fields

dword_length: u32indirect_vertex_count: u32primitive_topology_type: _3dPrimTopoTypevertex_access_type: u32_3d_command_sub_opcode: u32_3d_command_opcode: u32command_subtype: u32command_type: u32vertex_count_per_instance: u32start_vertex_location: u32instance_count: u32start_instance_location: u32base_vertex_location: i32

Methods

impl _3dPrimitive[src]

pub const DWORD_LENGTH: u32[src]

pub const RANDOM: u32[src]

pub const SEQUENTIAL: u32[src]

Trait Implementations

impl Default for _3dPrimitive[src]

impl Deserialize for _3dPrimitive[src]

impl<'_> From<&'_ [u32; 6]> for _3dPrimitive[src]

impl Serialize for _3dPrimitive[src]

type Out = [u32; 6]

Auto Trait Implementations

impl RefUnwindSafe for _3dPrimitive

impl Send for _3dPrimitive

impl Sync for _3dPrimitive

impl Unpin for _3dPrimitive

impl UnwindSafe for _3dPrimitive

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.