#[repr(C)]pub struct VkDescriptorImageInfo {
pub sampler: VkSampler,
pub imageView: VkImageView,
pub imageLayout: VkImageLayout,
}
Fields§
§sampler: VkSampler
§imageView: VkImageView
§imageLayout: VkImageLayout
Trait Implementations§
Source§impl Clone for VkDescriptorImageInfo
impl Clone for VkDescriptorImageInfo
Source§fn clone(&self) -> VkDescriptorImageInfo
fn clone(&self) -> VkDescriptorImageInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VkDescriptorImageInfo
impl Debug for VkDescriptorImageInfo
impl Copy for VkDescriptorImageInfo
Auto Trait Implementations§
impl Freeze for VkDescriptorImageInfo
impl RefUnwindSafe for VkDescriptorImageInfo
impl !Send for VkDescriptorImageInfo
impl !Sync for VkDescriptorImageInfo
impl Unpin for VkDescriptorImageInfo
impl UnwindSafe for VkDescriptorImageInfo
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