Struct spirv_cross2::reflect::BuiltDummySamplerProof
source · pub struct BuiltDummySamplerProof {
pub sampler_id: Option<Handle<VariableId>>,
/* private fields */
}Expand description
A proof that Compiler::create_dummy_sampler_for_combined_images was called.
Fields§
§sampler_id: Option<Handle<VariableId>>The handle to a sampler object, if one was needed to be created.
Trait Implementations§
source§impl Clone for BuiltDummySamplerProof
impl Clone for BuiltDummySamplerProof
source§fn clone(&self) -> BuiltDummySamplerProof
fn clone(&self) -> BuiltDummySamplerProof
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 BuiltDummySamplerProof
impl Debug for BuiltDummySamplerProof
impl Copy for BuiltDummySamplerProof
Auto Trait Implementations§
impl Freeze for BuiltDummySamplerProof
impl RefUnwindSafe for BuiltDummySamplerProof
impl Send for BuiltDummySamplerProof
impl Sync for BuiltDummySamplerProof
impl Unpin for BuiltDummySamplerProof
impl UnwindSafe for BuiltDummySamplerProof
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)