pub struct DescriptorMappingSourceIndirectAddressEXTBuilder { /* private fields */ }Expand description
Builder for DescriptorMappingSourceIndirectAddressEXT.
Implementations§
Source§impl DescriptorMappingSourceIndirectAddressEXTBuilder
impl DescriptorMappingSourceIndirectAddressEXTBuilder
pub fn push_offset(self, value: u32) -> Self
pub fn address_offset(self, value: u32) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DescriptorMappingSourceIndirectAddressEXTBuilder
impl RefUnwindSafe for DescriptorMappingSourceIndirectAddressEXTBuilder
impl Send for DescriptorMappingSourceIndirectAddressEXTBuilder
impl Sync for DescriptorMappingSourceIndirectAddressEXTBuilder
impl Unpin for DescriptorMappingSourceIndirectAddressEXTBuilder
impl UnsafeUnpin for DescriptorMappingSourceIndirectAddressEXTBuilder
impl UnwindSafe for DescriptorMappingSourceIndirectAddressEXTBuilder
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