pub struct DescriptorSetWriteInfo<'s>(pub DescriptorPointer, pub DescriptorContents<'s>);
Tuple Fields§
§0: DescriptorPointer
§1: DescriptorContents<'s>
Implementations§
Source§impl DescriptorSetWriteInfo<'_>
impl DescriptorSetWriteInfo<'_>
pub fn make_structure(&self) -> VkWriteDescriptorSet
Trait Implementations§
Source§impl<'s> Clone for DescriptorSetWriteInfo<'s>
impl<'s> Clone for DescriptorSetWriteInfo<'s>
Source§fn clone(&self) -> DescriptorSetWriteInfo<'s>
fn clone(&self) -> DescriptorSetWriteInfo<'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<'s> Freeze for DescriptorSetWriteInfo<'s>
impl<'s> !RefUnwindSafe for DescriptorSetWriteInfo<'s>
impl<'s> !Send for DescriptorSetWriteInfo<'s>
impl<'s> !Sync for DescriptorSetWriteInfo<'s>
impl<'s> Unpin for DescriptorSetWriteInfo<'s>
impl<'s> !UnwindSafe for DescriptorSetWriteInfo<'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