#[repr(C)]pub struct spvc_combined_image_sampler {
pub combined_id: VariableId,
pub image_id: VariableId,
pub sampler_id: VariableId,
}Fields§
§combined_id: VariableId§image_id: VariableId§sampler_id: VariableIdTrait Implementations§
source§impl Clone for spvc_combined_image_sampler
impl Clone for spvc_combined_image_sampler
source§fn clone(&self) -> spvc_combined_image_sampler
fn clone(&self) -> spvc_combined_image_sampler
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 spvc_combined_image_sampler
impl Debug for spvc_combined_image_sampler
source§impl Hash for spvc_combined_image_sampler
impl Hash for spvc_combined_image_sampler
impl Copy for spvc_combined_image_sampler
impl Eq for spvc_combined_image_sampler
impl StructuralPartialEq for spvc_combined_image_sampler
Auto Trait Implementations§
impl Freeze for spvc_combined_image_sampler
impl RefUnwindSafe for spvc_combined_image_sampler
impl Send for spvc_combined_image_sampler
impl Sync for spvc_combined_image_sampler
impl Unpin for spvc_combined_image_sampler
impl UnwindSafe for spvc_combined_image_sampler
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)