#[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: u64Trait Implementations§
Source§impl Clone for DispatchGraphInfoAMDX
impl Clone for DispatchGraphInfoAMDX
Source§fn clone(&self) -> DispatchGraphInfoAMDX
fn clone(&self) -> DispatchGraphInfoAMDX
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DispatchGraphInfoAMDX
Source§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
Auto Trait Implementations§
impl !Send for DispatchGraphInfoAMDX
impl !Sync for DispatchGraphInfoAMDX
impl Freeze for DispatchGraphInfoAMDX
impl RefUnwindSafe for DispatchGraphInfoAMDX
impl Unpin for DispatchGraphInfoAMDX
impl UnsafeUnpin 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