#[repr(C)]pub struct DescriptorMappingSourceIndirectAddressEXT {
pub push_offset: u32,
pub address_offset: u32,
}Expand description
Fields§
§push_offset: u32§address_offset: u32Trait 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
Source§impl PartialEq for DescriptorMappingSourceIndirectAddressEXT
impl PartialEq for DescriptorMappingSourceIndirectAddressEXT
Source§fn eq(&self, other: &DescriptorMappingSourceIndirectAddressEXT) -> bool
fn eq(&self, other: &DescriptorMappingSourceIndirectAddressEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DescriptorMappingSourceIndirectAddressEXT
impl Eq for DescriptorMappingSourceIndirectAddressEXT
impl StructuralPartialEq 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