pub struct CombinedImageSampler {
pub combined_id: u32,
pub image_id: u32,
pub sampler_id: u32,
}Expand description
A stage or compute kernel.
Fields§
§combined_id: u32§image_id: u32§sampler_id: u32Trait Implementations§
Source§impl Clone for CombinedImageSampler
impl Clone for CombinedImageSampler
Source§fn clone(&self) -> CombinedImageSampler
fn clone(&self) -> CombinedImageSampler
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 moreimpl Copy for CombinedImageSampler
Source§impl Debug for CombinedImageSampler
impl Debug for CombinedImageSampler
impl Eq for CombinedImageSampler
Source§impl Hash for CombinedImageSampler
impl Hash for CombinedImageSampler
Source§impl PartialEq for CombinedImageSampler
impl PartialEq for CombinedImageSampler
Source§fn eq(&self, other: &CombinedImageSampler) -> bool
fn eq(&self, other: &CombinedImageSampler) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq 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 UnsafeUnpin 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