pub struct DescriptorPoolSizeBuilder { /* private fields */ }Expand description
Builder for DescriptorPoolSize.
Implementations§
Source§impl DescriptorPoolSizeBuilder
impl DescriptorPoolSizeBuilder
pub fn type(self, value: DescriptorType) -> Self
pub fn descriptor_count(self, value: u32) -> Self
Trait Implementations§
Source§impl Deref for DescriptorPoolSizeBuilder
impl Deref for DescriptorPoolSizeBuilder
Auto Trait Implementations§
impl Freeze for DescriptorPoolSizeBuilder
impl RefUnwindSafe for DescriptorPoolSizeBuilder
impl Send for DescriptorPoolSizeBuilder
impl Sync for DescriptorPoolSizeBuilder
impl Unpin for DescriptorPoolSizeBuilder
impl UnsafeUnpin for DescriptorPoolSizeBuilder
impl UnwindSafe for DescriptorPoolSizeBuilder
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