Struct vulkano::command_buffer::DispatchIndirectCommand[][src]

#[repr(C)]
pub struct DispatchIndirectCommand { pub x: u32, pub y: u32, pub z: u32, }

Fields

Trait Implementations

impl Debug for DispatchIndirectCommand
[src]

Formats the value using the given formatter. Read more

impl Copy for DispatchIndirectCommand
[src]

impl Clone for DispatchIndirectCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DispatchIndirectCommand
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DispatchIndirectCommand
[src]

Auto Trait Implementations