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