Enum simplicity_sys::ffi::dag::CTag
source · #[repr(C)]pub enum CTag {
Show 16 variants
COMP = 0,
CASE = 1,
ASSERTL = 2,
ASSERTR = 3,
PAIR = 4,
DISCONNECT = 5,
INJL = 6,
INJR = 7,
TAKE = 8,
DROP = 9,
IDEN = 10,
UNIT = 11,
HIDDEN = 12,
WITNESS = 13,
JET = 14,
WORD = 15,
}
Expand description
Kind of Simplicity node.
Variants§
COMP = 0
CASE = 1
ASSERTL = 2
ASSERTR = 3
PAIR = 4
DISCONNECT = 5
INJL = 6
INJR = 7
TAKE = 8
DROP = 9
IDEN = 10
UNIT = 11
HIDDEN = 12
WITNESS = 13
JET = 14
WORD = 15
Trait Implementations§
source§impl PartialEq for CTag
impl PartialEq for CTag
impl Copy for CTag
impl Eq for CTag
impl StructuralPartialEq for CTag
Auto Trait Implementations§
impl RefUnwindSafe for CTag
impl Send for CTag
impl Sync for CTag
impl Unpin for CTag
impl UnwindSafe for CTag
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