#[repr(C)]pub struct DescriptorImageInfo {
pub sampler: Sampler,
pub imageView: ImageView,
pub imageLayout: ImageLayout,
}
Fields§
§sampler: Sampler
§imageView: ImageView
§imageLayout: ImageLayout
Trait 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 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy 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 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