pub struct DispatchGraphCountInfoAMDXBuilder { /* private fields */ }Expand description
Builder for DispatchGraphCountInfoAMDX.
Implementations§
Source§impl DispatchGraphCountInfoAMDXBuilder
impl DispatchGraphCountInfoAMDXBuilder
pub fn count(self, value: u32) -> DispatchGraphCountInfoAMDXBuilder
pub fn infos( self, value: DeviceOrHostAddressConstAMDX, ) -> DispatchGraphCountInfoAMDXBuilder
pub fn stride(self, value: u64) -> DispatchGraphCountInfoAMDXBuilder
Trait Implementations§
Source§impl Deref for DispatchGraphCountInfoAMDXBuilder
impl Deref for DispatchGraphCountInfoAMDXBuilder
Source§type Target = DispatchGraphCountInfoAMDX
type Target = DispatchGraphCountInfoAMDX
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for DispatchGraphCountInfoAMDXBuilder
impl RefUnwindSafe for DispatchGraphCountInfoAMDXBuilder
impl !Send for DispatchGraphCountInfoAMDXBuilder
impl !Sync for DispatchGraphCountInfoAMDXBuilder
impl Unpin for DispatchGraphCountInfoAMDXBuilder
impl UnsafeUnpin for DispatchGraphCountInfoAMDXBuilder
impl UnwindSafe for DispatchGraphCountInfoAMDXBuilder
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