Struct vulkanalia_sys::DescriptorImageInfo
source · [−]#[repr(C)]pub struct DescriptorImageInfo {
pub sampler: Sampler,
pub image_view: ImageView,
pub image_layout: ImageLayout,
}Expand description
Fields
sampler: Samplerimage_view: ImageViewimage_layout: ImageLayoutTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more