Struct ash::vk::definitions::DispatchGraphInfoAMDX
source · #[repr(C)]pub struct DispatchGraphInfoAMDX {
pub node_index: u32,
pub payload_count: u32,
pub payloads: DeviceOrHostAddressConstAMDX,
pub payload_stride: u64,
}
Expand description
Fields§
§node_index: u32
§payload_count: u32
§payloads: DeviceOrHostAddressConstAMDX
§payload_stride: u64
Implementations§
source§impl DispatchGraphInfoAMDX
impl DispatchGraphInfoAMDX
pub fn node_index(self, node_index: u32) -> Self
pub fn payload_count(self, payload_count: u32) -> Self
pub fn payloads(self, payloads: DeviceOrHostAddressConstAMDX) -> Self
pub fn payload_stride(self, payload_stride: u64) -> Self
Trait Implementations§
source§impl Clone for DispatchGraphInfoAMDX
impl Clone for DispatchGraphInfoAMDX
source§fn clone(&self) -> DispatchGraphInfoAMDX
fn clone(&self) -> DispatchGraphInfoAMDX
Returns a copy 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 DispatchGraphInfoAMDX
impl Debug for DispatchGraphInfoAMDX
source§impl Default for DispatchGraphInfoAMDX
impl Default for DispatchGraphInfoAMDX
source§fn default() -> DispatchGraphInfoAMDX
fn default() -> DispatchGraphInfoAMDX
Returns the “default value” for a type. Read more
impl Copy for DispatchGraphInfoAMDX
Auto Trait Implementations§
impl Freeze for DispatchGraphInfoAMDX
impl RefUnwindSafe for DispatchGraphInfoAMDX
impl !Send for DispatchGraphInfoAMDX
impl !Sync for DispatchGraphInfoAMDX
impl Unpin for DispatchGraphInfoAMDX
impl UnwindSafe for DispatchGraphInfoAMDX
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