pub struct StackPushV2 { /* private fields */ }
Expand description
Builder for the StackPushV2
operation.
Implementations§
Source§impl StackPushV2
impl StackPushV2
Sourcepub fn swap_memory<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn swap_memory<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the swap_memory
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for StackPushV2
impl Debug for StackPushV2
Source§impl Default for StackPushV2
impl Default for StackPushV2
Source§fn default() -> StackPushV2
fn default() -> StackPushV2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StackPushV2
impl RefUnwindSafe for StackPushV2
impl Send for StackPushV2
impl Sync for StackPushV2
impl Unpin for StackPushV2
impl UnwindSafe for StackPushV2
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