#[repr(transparent)]pub struct ShaderGroupShaderKHR(_);Expand description
Implementations
sourceimpl ShaderGroupShaderKHR
impl ShaderGroupShaderKHR
pub const GENERAL: ShaderGroupShaderKHR = Self(0)
pub const CLOSEST_HIT: ShaderGroupShaderKHR = Self(1)
pub const ANY_HIT: ShaderGroupShaderKHR = Self(2)
pub const INTERSECTION: ShaderGroupShaderKHR = Self(3)
Trait Implementations
sourceimpl Clone for ShaderGroupShaderKHR
impl Clone for ShaderGroupShaderKHR
sourcefn clone(&self) -> ShaderGroupShaderKHR
fn clone(&self) -> ShaderGroupShaderKHR
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 ShaderGroupShaderKHR
impl Debug for ShaderGroupShaderKHR
sourceimpl Default for ShaderGroupShaderKHR
impl Default for ShaderGroupShaderKHR
sourcefn default() -> ShaderGroupShaderKHR
fn default() -> ShaderGroupShaderKHR
Returns the “default value” for a type. Read more
sourceimpl Hash for ShaderGroupShaderKHR
impl Hash for ShaderGroupShaderKHR
sourceimpl Ord for ShaderGroupShaderKHR
impl Ord for ShaderGroupShaderKHR
sourceimpl PartialEq<ShaderGroupShaderKHR> for ShaderGroupShaderKHR
impl PartialEq<ShaderGroupShaderKHR> for ShaderGroupShaderKHR
sourcefn eq(&self, other: &ShaderGroupShaderKHR) -> bool
fn eq(&self, other: &ShaderGroupShaderKHR) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ShaderGroupShaderKHR) -> bool
fn ne(&self, other: &ShaderGroupShaderKHR) -> bool
This method tests for !=.
sourceimpl PartialOrd<ShaderGroupShaderKHR> for ShaderGroupShaderKHR
impl PartialOrd<ShaderGroupShaderKHR> for ShaderGroupShaderKHR
sourcefn partial_cmp(&self, other: &ShaderGroupShaderKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &ShaderGroupShaderKHR) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for ShaderGroupShaderKHR
impl Eq for ShaderGroupShaderKHR
impl StructuralEq for ShaderGroupShaderKHR
impl StructuralPartialEq for ShaderGroupShaderKHR
Auto Trait Implementations
impl RefUnwindSafe for ShaderGroupShaderKHR
impl Send for ShaderGroupShaderKHR
impl Sync for ShaderGroupShaderKHR
impl Unpin for ShaderGroupShaderKHR
impl UnwindSafe for ShaderGroupShaderKHR
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