Struct simplicity_sys::ffi::dag::CDagNode
source · #[repr(C)]pub struct CDagNode {
pub jet: *const c_void,
pub cmr: CSha256Midstate,
pub aux_types: CAuxTypes,
pub source_ix_or_child_or_compact_value: CSourceChildValue,
pub target_ix: size_t,
pub cost: ubounded,
pub tag: CTag,
}
Fields§
§jet: *const c_void
§cmr: CSha256Midstate
§aux_types: CAuxTypes
§source_ix_or_child_or_compact_value: CSourceChildValue
§target_ix: size_t
§cost: ubounded
§tag: CTag
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CDagNode
impl !Send for CDagNode
impl !Sync for CDagNode
impl Unpin for CDagNode
impl UnwindSafe for CDagNode
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