pub struct DescriptorImageInfoBuilder { /* private fields */ }Expand description
Builder for DescriptorImageInfo.
Implementations§
Source§impl DescriptorImageInfoBuilder
impl DescriptorImageInfoBuilder
pub fn sampler(self, value: Sampler) -> DescriptorImageInfoBuilder
pub fn image_view(self, value: ImageView) -> DescriptorImageInfoBuilder
pub fn image_layout(self, value: ImageLayout) -> DescriptorImageInfoBuilder
Trait Implementations§
Source§impl Deref for DescriptorImageInfoBuilder
impl Deref for DescriptorImageInfoBuilder
Source§type Target = DescriptorImageInfo
type Target = DescriptorImageInfo
The resulting type after dereferencing.
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