#[repr(C)]pub struct TraceRaysIndirectCommandKHR {
pub width: u32,
pub height: u32,
pub depth: u32,
}Expand description
Fields
width: u32height: u32depth: u32Implementations
sourceimpl TraceRaysIndirectCommandKHR
impl TraceRaysIndirectCommandKHR
pub fn builder<'a>() -> TraceRaysIndirectCommandKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for TraceRaysIndirectCommandKHR
impl Clone for TraceRaysIndirectCommandKHR
sourcefn clone(&self) -> TraceRaysIndirectCommandKHR
fn clone(&self) -> TraceRaysIndirectCommandKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TraceRaysIndirectCommandKHR
impl Debug for TraceRaysIndirectCommandKHR
sourceimpl Default for TraceRaysIndirectCommandKHR
impl Default for TraceRaysIndirectCommandKHR
sourcefn default() -> TraceRaysIndirectCommandKHR
fn default() -> TraceRaysIndirectCommandKHR
Returns the “default value” for a type. Read more
impl Copy for TraceRaysIndirectCommandKHR
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more