pub struct ShaderGroupShaderKHR(/* private fields */);
Expand description
Implementations§
Source§impl ShaderGroupShaderKHR
impl ShaderGroupShaderKHR
pub const GENERAL: Self = _
pub const CLOSEST_HIT: Self = _
pub const ANY_HIT: Self = _
pub const INTERSECTION: Self = _
Trait Implementations§
Source§impl Clone for ShaderGroupShaderKHR
impl Clone for ShaderGroupShaderKHR
Source§fn clone(&self) -> ShaderGroupShaderKHR
fn clone(&self) -> ShaderGroupShaderKHR
Returns a copy 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 Debug for ShaderGroupShaderKHR
impl Debug for ShaderGroupShaderKHR
Source§impl Default for ShaderGroupShaderKHR
impl Default for ShaderGroupShaderKHR
Source§fn default() -> ShaderGroupShaderKHR
fn default() -> ShaderGroupShaderKHR
Returns the “default value” for a type. Read more
Source§impl Hash for ShaderGroupShaderKHR
impl Hash for ShaderGroupShaderKHR
Source§impl Ord for ShaderGroupShaderKHR
impl Ord for ShaderGroupShaderKHR
Source§fn cmp(&self, other: &ShaderGroupShaderKHR) -> Ordering
fn cmp(&self, other: &ShaderGroupShaderKHR) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ShaderGroupShaderKHR
impl PartialEq for ShaderGroupShaderKHR
Source§impl PartialOrd for ShaderGroupShaderKHR
impl PartialOrd for ShaderGroupShaderKHR
impl Copy for ShaderGroupShaderKHR
impl Eq for ShaderGroupShaderKHR
impl StructuralPartialEq for ShaderGroupShaderKHR
Auto Trait Implementations§
impl Freeze for ShaderGroupShaderKHR
impl RefUnwindSafe for ShaderGroupShaderKHR
impl Send for ShaderGroupShaderKHR
impl Sync for ShaderGroupShaderKHR
impl Unpin for ShaderGroupShaderKHR
impl UnwindSafe for ShaderGroupShaderKHR
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)