pub struct ControlStack { /* private fields */ }
Expand description
The Wasm control stack for the OperatorsReader
.
Implementations§
Source§impl ControlStack
impl ControlStack
Trait Implementations§
Source§impl Clone for ControlStack
impl Clone for ControlStack
Source§fn clone(&self) -> ControlStack
fn clone(&self) -> ControlStack
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ControlStack
impl Debug for ControlStack
Source§impl Default for ControlStack
impl Default for ControlStack
Source§fn default() -> ControlStack
fn default() -> ControlStack
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ControlStack
impl RefUnwindSafe for ControlStack
impl Send for ControlStack
impl Sync for ControlStack
impl Unpin for ControlStack
impl UnwindSafe for ControlStack
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