#[repr(C)]pub struct TraceRaysIndirectCommandKHR {
pub width: u32,
pub height: u32,
pub depth: u32,
}Expand description
Fields
width: u32height: u32depth: u32Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TraceRaysIndirectCommandKHR
impl Send for TraceRaysIndirectCommandKHR
impl Sync for TraceRaysIndirectCommandKHR
impl Unpin for TraceRaysIndirectCommandKHR
impl UnwindSafe for TraceRaysIndirectCommandKHR
Blanket Implementations
Mutably borrows from an owned value. Read more