pub struct DescriptorImageInfoBuilder { /* private fields */ }Expand description
Builder for DescriptorImageInfo.
Implementations§
Source§impl DescriptorImageInfoBuilder
impl DescriptorImageInfoBuilder
pub fn sampler(self, value: Sampler) -> Self
pub fn image_view(self, value: ImageView) -> Self
pub fn image_layout(self, value: ImageLayout) -> Self
Trait Implementations§
Source§impl Deref for DescriptorImageInfoBuilder
impl Deref for DescriptorImageInfoBuilder
Auto Trait Implementations§
impl Freeze for DescriptorImageInfoBuilder
impl RefUnwindSafe for DescriptorImageInfoBuilder
impl Send for DescriptorImageInfoBuilder
impl Sync for DescriptorImageInfoBuilder
impl Unpin for DescriptorImageInfoBuilder
impl UnsafeUnpin for DescriptorImageInfoBuilder
impl UnwindSafe for DescriptorImageInfoBuilder
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