pub struct RangeInfo {
pub cet_index: usize,
pub adaptor_index: usize,
}Expand description
Structure that stores the indexes at which the CET and adaptor signature related to a given outcome are located in CET and adaptor signatures arrays respectively.
Fields§
§cet_index: usizea cet index
adaptor_index: usizean adaptor signature index
Trait Implementations§
impl Eq for RangeInfo
impl StructuralPartialEq for RangeInfo
Auto Trait Implementations§
impl Freeze for RangeInfo
impl RefUnwindSafe for RangeInfo
impl Send for RangeInfo
impl Sync for RangeInfo
impl Unpin for RangeInfo
impl UnwindSafe for RangeInfo
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