Struct simplicity_sys::ffi::ty::CType
source · #[repr(C)]pub struct CType {
pub type_arg: [size_t; 2],
pub skip_back: CSkipBack,
pub type_merkle_root: CSha256Midstate,
pub bit_size: ubounded,
pub kind: CTypeName,
}
Expand description
Simplicity type DAG
Fields§
§type_arg: [size_t; 2]
§skip_back: CSkipBack
§type_merkle_root: CSha256Midstate
§bit_size: ubounded
§kind: CTypeName
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CType
impl Send for CType
impl Sync for CType
impl Unpin for CType
impl UnwindSafe for CType
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