#[repr(C)]pub struct TraceRaysIndirectCommandKHR {
    pub width: u32,
    pub height: u32,
    pub depth: u32,
}Expand description
Fields§
§width: u32§height: u32§depth: u32Implementations§
Source§impl TraceRaysIndirectCommandKHR
 
impl TraceRaysIndirectCommandKHR
pub fn builder<'a>() -> TraceRaysIndirectCommandKHRBuilder<'a>
Trait Implementations§
Source§impl Clone for TraceRaysIndirectCommandKHR
 
impl Clone for TraceRaysIndirectCommandKHR
Source§fn clone(&self) -> TraceRaysIndirectCommandKHR
 
fn clone(&self) -> TraceRaysIndirectCommandKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Default for TraceRaysIndirectCommandKHR
 
impl Default for TraceRaysIndirectCommandKHR
Source§fn default() -> TraceRaysIndirectCommandKHR
 
fn default() -> TraceRaysIndirectCommandKHR
Returns the “default value” for a type. Read more
impl Copy for TraceRaysIndirectCommandKHR
Auto Trait Implementations§
impl Freeze for TraceRaysIndirectCommandKHR
impl RefUnwindSafe for TraceRaysIndirectCommandKHR
impl Send for TraceRaysIndirectCommandKHR
impl Sync for TraceRaysIndirectCommandKHR
impl Unpin for TraceRaysIndirectCommandKHR
impl UnwindSafe for TraceRaysIndirectCommandKHR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more