#[repr(u16)]pub enum DeferralImmOpcode {
Call = 0,
Output = 1,
}Expand description
Deferral sub-opcode encoded in immediate low bits
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DeferralImmOpcode
impl Clone for DeferralImmOpcode
Source§fn clone(&self) -> DeferralImmOpcode
fn clone(&self) -> DeferralImmOpcode
Returns a duplicate 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 DeferralImmOpcode
impl Debug for DeferralImmOpcode
Source§impl PartialEq for DeferralImmOpcode
impl PartialEq for DeferralImmOpcode
impl Copy for DeferralImmOpcode
impl Eq for DeferralImmOpcode
impl StructuralPartialEq for DeferralImmOpcode
Auto Trait Implementations§
impl Freeze for DeferralImmOpcode
impl RefUnwindSafe for DeferralImmOpcode
impl Send for DeferralImmOpcode
impl Sync for DeferralImmOpcode
impl Unpin for DeferralImmOpcode
impl UnwindSafe for DeferralImmOpcode
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