[−][src]Struct intel_genxml::gen75::_3dStateStreamout
Fields
dword_length: u32
_3d_command_sub_opcode: u32
_3d_command_opcode: u32
command_subtype: u32
command_type: u32
so_buffer_enable_0: bool
so_buffer_enable_1: bool
so_buffer_enable_2: bool
so_buffer_enable_3: bool
so_statistics_enable: bool
reorder_mode: u32
render_stream_select: u32
rendering_disable: bool
so_function_enable: bool
stream_0_vertex_read_length: u32
stream_0_vertex_read_offset: u32
stream_1_vertex_read_length: u32
stream_1_vertex_read_offset: u32
stream_2_vertex_read_length: u32
stream_2_vertex_read_offset: u32
stream_3_vertex_read_length: u32
stream_3_vertex_read_offset: u32
Methods
impl _3dStateStreamout
[src]
Trait Implementations
impl Default for _3dStateStreamout
[src]
impl Deserialize for _3dStateStreamout
[src]
impl<'_> From<&'_ [u32; 3]> for _3dStateStreamout
[src]
impl Serialize for _3dStateStreamout
[src]
Auto Trait Implementations
impl RefUnwindSafe for _3dStateStreamout
impl Send for _3dStateStreamout
impl Sync for _3dStateStreamout
impl Unpin for _3dStateStreamout
impl UnwindSafe for _3dStateStreamout
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,