pub struct DescriptorSetLayoutCreateInfo<'d, 's>(/* private fields */);
Implementations§
Source§impl<'d, 's> DescriptorSetLayoutCreateInfo<'d, 's>
impl<'d, 's> DescriptorSetLayoutCreateInfo<'d, 's>
pub const fn new(bindings: &'d [DescriptorSetLayoutBinding<'s>]) -> Self
Trait Implementations§
Source§impl<'d, 's> Clone for DescriptorSetLayoutCreateInfo<'d, 's>
impl<'d, 's> Clone for DescriptorSetLayoutCreateInfo<'d, 's>
Source§fn clone(&self) -> DescriptorSetLayoutCreateInfo<'d, 's>
fn clone(&self) -> DescriptorSetLayoutCreateInfo<'d, 's>
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, 's> Freeze for DescriptorSetLayoutCreateInfo<'d, 's>
impl<'d, 's> !RefUnwindSafe for DescriptorSetLayoutCreateInfo<'d, 's>
impl<'d, 's> !Send for DescriptorSetLayoutCreateInfo<'d, 's>
impl<'d, 's> !Sync for DescriptorSetLayoutCreateInfo<'d, 's>
impl<'d, 's> Unpin for DescriptorSetLayoutCreateInfo<'d, 's>
impl<'d, 's> !UnwindSafe for DescriptorSetLayoutCreateInfo<'d, 's>
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