Enum simplicity_sys::ffi::ty::CTypeName
source · #[repr(C)]pub enum CTypeName {
ONE = 0,
SUM = 1,
PRODUCT = 2,
}
Expand description
Name of a Simplicity type
Variants§
Trait Implementations§
source§impl PartialEq for CTypeName
impl PartialEq for CTypeName
impl Copy for CTypeName
impl Eq for CTypeName
impl StructuralPartialEq for CTypeName
Auto Trait Implementations§
impl RefUnwindSafe for CTypeName
impl Send for CTypeName
impl Sync for CTypeName
impl Unpin for CTypeName
impl UnwindSafe for CTypeName
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