pub struct ComputeShader {
pub label: String,
pub source: String,
pub entry_point: String,
}Fields§
§label: String§source: String§entry_point: StringImplementations§
Trait Implementations§
Source§impl Clone for ComputeShader
impl Clone for ComputeShader
Source§fn clone(&self) -> ComputeShader
fn clone(&self) -> ComputeShader
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ComputeShader
impl Debug for ComputeShader
impl Eq for ComputeShader
Source§impl PartialEq for ComputeShader
impl PartialEq for ComputeShader
Source§fn eq(&self, other: &ComputeShader) -> bool
fn eq(&self, other: &ComputeShader) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ComputeShader
Auto Trait Implementations§
impl Freeze for ComputeShader
impl RefUnwindSafe for ComputeShader
impl Send for ComputeShader
impl Sync for ComputeShader
impl Unpin for ComputeShader
impl UnsafeUnpin for ComputeShader
impl UnwindSafe for ComputeShader
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.