pub struct DescriptorPoolCreateInfo<'d>(/* private fields */);
Implementations§
Source§impl<'d> DescriptorPoolCreateInfo<'d>
impl<'d> DescriptorPoolCreateInfo<'d>
pub const fn new(max_sets: u32, sizes: &'d [VkDescriptorPoolSize]) -> Self
pub const unsafe fn from_raw(raw: VkDescriptorPoolCreateInfo) -> Self
pub const fn into_raw(self) -> VkDescriptorPoolCreateInfo
pub const fn allow_individual_free(self) -> Self
Trait Implementations§
Source§impl<'d> Clone for DescriptorPoolCreateInfo<'d>
impl<'d> Clone for DescriptorPoolCreateInfo<'d>
Source§fn clone(&self) -> DescriptorPoolCreateInfo<'d>
fn clone(&self) -> DescriptorPoolCreateInfo<'d>
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 moreAuto Trait Implementations§
impl<'d> Freeze for DescriptorPoolCreateInfo<'d>
impl<'d> RefUnwindSafe for DescriptorPoolCreateInfo<'d>
impl<'d> !Send for DescriptorPoolCreateInfo<'d>
impl<'d> !Sync for DescriptorPoolCreateInfo<'d>
impl<'d> Unpin for DescriptorPoolCreateInfo<'d>
impl<'d> UnwindSafe for DescriptorPoolCreateInfo<'d>
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