#[repr(C)]pub struct CElementsRawTransaction { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for CElementsRawTransaction
impl RefUnwindSafe for CElementsRawTransaction
impl !Send for CElementsRawTransaction
impl !Sync for CElementsRawTransaction
impl Unpin for CElementsRawTransaction
impl UnwindSafe for CElementsRawTransaction
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