#[repr(C)]pub struct DescriptorImageInfo {
pub sampler: Sampler,
pub image_view: ImageView,
pub image_layout: ImageLayout,
}Expand description
Fields§
§sampler: Sampler§image_view: ImageView§image_layout: ImageLayoutTrait Implementations§
Source§impl Clone for DescriptorImageInfo
impl Clone for DescriptorImageInfo
Source§fn clone(&self) -> DescriptorImageInfo
fn clone(&self) -> DescriptorImageInfo
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 DescriptorImageInfo
Source§impl Debug for DescriptorImageInfo
impl Debug for DescriptorImageInfo
Source§impl Default for DescriptorImageInfo
impl Default for DescriptorImageInfo
Source§fn default() -> DescriptorImageInfo
fn default() -> DescriptorImageInfo
Returns the “default value” for a type. Read more
impl Eq for DescriptorImageInfo
Source§impl Hash for DescriptorImageInfo
impl Hash for DescriptorImageInfo
Source§impl PartialEq for DescriptorImageInfo
impl PartialEq for DescriptorImageInfo
Source§fn eq(&self, other: &DescriptorImageInfo) -> bool
fn eq(&self, other: &DescriptorImageInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescriptorImageInfo
Auto Trait Implementations§
impl Freeze for DescriptorImageInfo
impl RefUnwindSafe for DescriptorImageInfo
impl Send for DescriptorImageInfo
impl Sync for DescriptorImageInfo
impl Unpin for DescriptorImageInfo
impl UnsafeUnpin for DescriptorImageInfo
impl UnwindSafe for DescriptorImageInfo
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