#[repr(C)]pub struct DescriptorImageInfo {
pub sampler: Sampler,
pub image_view: ImageView,
pub image_layout: ImageLayout,
}Expand description
Fields
sampler: Samplerimage_view: ImageViewimage_layout: ImageLayoutImplementations
sourceimpl DescriptorImageInfo
impl DescriptorImageInfo
pub fn builder<'a>() -> DescriptorImageInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for DescriptorImageInfo
impl Clone for DescriptorImageInfo
sourcefn clone(&self) -> DescriptorImageInfo
fn clone(&self) -> DescriptorImageInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DescriptorImageInfo
impl Debug for DescriptorImageInfo
sourceimpl Default for DescriptorImageInfo
impl Default for DescriptorImageInfo
sourcefn default() -> DescriptorImageInfo
fn default() -> DescriptorImageInfo
Returns the “default value” for a type. Read more
impl Copy for DescriptorImageInfo
Auto Trait Implementations
impl RefUnwindSafe for DescriptorImageInfo
impl Send for DescriptorImageInfo
impl Sync for DescriptorImageInfo
impl Unpin for DescriptorImageInfo
impl UnwindSafe for DescriptorImageInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more