#[repr(C)]pub struct DescriptorMappingSourceIndirectAddressEXT {
pub push_offset: u32,
pub address_offset: u32,
}Expand description
Fields§
§push_offset: u32§address_offset: u32Implementations§
Source§impl DescriptorMappingSourceIndirectAddressEXT
impl DescriptorMappingSourceIndirectAddressEXT
pub fn push_offset(self, push_offset: u32) -> Self
pub fn address_offset(self, address_offset: u32) -> Self
Trait Implementations§
Source§impl Clone for DescriptorMappingSourceIndirectAddressEXT
impl Clone for DescriptorMappingSourceIndirectAddressEXT
Source§fn clone(&self) -> DescriptorMappingSourceIndirectAddressEXT
fn clone(&self) -> DescriptorMappingSourceIndirectAddressEXT
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 moreSource§impl Default for DescriptorMappingSourceIndirectAddressEXT
impl Default for DescriptorMappingSourceIndirectAddressEXT
Source§fn default() -> DescriptorMappingSourceIndirectAddressEXT
fn default() -> DescriptorMappingSourceIndirectAddressEXT
Returns the “default value” for a type. Read more
impl Copy for DescriptorMappingSourceIndirectAddressEXT
Auto Trait Implementations§
impl Freeze for DescriptorMappingSourceIndirectAddressEXT
impl RefUnwindSafe for DescriptorMappingSourceIndirectAddressEXT
impl Send for DescriptorMappingSourceIndirectAddressEXT
impl Sync for DescriptorMappingSourceIndirectAddressEXT
impl Unpin for DescriptorMappingSourceIndirectAddressEXT
impl UnwindSafe for DescriptorMappingSourceIndirectAddressEXT
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