Struct simplicity_sys::c_jets::c_env::CElementsTxEnv
source · #[repr(C)]pub struct CElementsTxEnv { /* private fields */ }
Implementations§
source§impl CElementsTxEnv
impl CElementsTxEnv
pub fn sighash_all(&self) -> Hash
Trait Implementations§
source§impl Debug for CElementsTxEnv
impl Debug for CElementsTxEnv
Auto Trait Implementations§
impl RefUnwindSafe for CElementsTxEnv
impl !Send for CElementsTxEnv
impl !Sync for CElementsTxEnv
impl Unpin for CElementsTxEnv
impl UnwindSafe for CElementsTxEnv
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