#[repr(C)]pub struct DispatchIndirect2InfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub address_range: DeviceAddressRangeKHR,
pub address_flags: AddressCommandFlagsKHR,
}Expand description
VkDispatchIndirect2InfoKHR
Provided by VK_KHR_device_address_commands.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DISPATCH_INDIRECT_2_INFO_KHR.
p_next: *const c_voidOptional, may be null.
address_range: DeviceAddressRangeKHR§address_flags: AddressCommandFlagsKHRImplementations§
Source§impl DispatchIndirect2InfoKHR
impl DispatchIndirect2InfoKHR
Sourcepub fn builder<'a>() -> DispatchIndirect2InfoKHRBuilder<'a>
pub fn builder<'a>() -> DispatchIndirect2InfoKHRBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for DispatchIndirect2InfoKHR
impl Clone for DispatchIndirect2InfoKHR
Source§fn clone(&self) -> DispatchIndirect2InfoKHR
fn clone(&self) -> DispatchIndirect2InfoKHR
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 Debug for DispatchIndirect2InfoKHR
impl Debug for DispatchIndirect2InfoKHR
Source§impl Default for DispatchIndirect2InfoKHR
impl Default for DispatchIndirect2InfoKHR
impl Copy for DispatchIndirect2InfoKHR
Auto Trait Implementations§
impl Freeze for DispatchIndirect2InfoKHR
impl RefUnwindSafe for DispatchIndirect2InfoKHR
impl !Send for DispatchIndirect2InfoKHR
impl !Sync for DispatchIndirect2InfoKHR
impl Unpin for DispatchIndirect2InfoKHR
impl UnsafeUnpin for DispatchIndirect2InfoKHR
impl UnwindSafe for DispatchIndirect2InfoKHR
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