#[repr(C)]pub struct VkDescriptorMappingSourceIndirectAddressEXT {
pub pushOffset: u32,
pub addressOffset: u32,
}Fields§
§pushOffset: u32§addressOffset: u32Trait Implementations§
Source§impl Clone for VkDescriptorMappingSourceIndirectAddressEXT
impl Clone for VkDescriptorMappingSourceIndirectAddressEXT
Source§fn clone(&self) -> VkDescriptorMappingSourceIndirectAddressEXT
fn clone(&self) -> VkDescriptorMappingSourceIndirectAddressEXT
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 moreimpl Copy for VkDescriptorMappingSourceIndirectAddressEXT
Auto Trait Implementations§
impl Freeze for VkDescriptorMappingSourceIndirectAddressEXT
impl RefUnwindSafe for VkDescriptorMappingSourceIndirectAddressEXT
impl Send for VkDescriptorMappingSourceIndirectAddressEXT
impl Sync for VkDescriptorMappingSourceIndirectAddressEXT
impl Unpin for VkDescriptorMappingSourceIndirectAddressEXT
impl UnwindSafe for VkDescriptorMappingSourceIndirectAddressEXT
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