Struct spirv_cross_sys::CombinedImageSampler
source · #[repr(C)]pub struct CombinedImageSampler {
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 CombinedImageSampler
impl Clone for CombinedImageSampler
source§fn clone(&self) -> CombinedImageSampler
fn clone(&self) -> CombinedImageSampler
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 CombinedImageSampler
impl Debug for CombinedImageSampler
impl Copy for CombinedImageSampler
Auto Trait Implementations§
impl Freeze for CombinedImageSampler
impl RefUnwindSafe for CombinedImageSampler
impl Send for CombinedImageSampler
impl Sync for CombinedImageSampler
impl Unpin for CombinedImageSampler
impl UnwindSafe for CombinedImageSampler
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)