pub struct ProcessingM1 {
pub y: BytesP256ElemLen,
pub g_y: BytesP256ElemLen,
pub c_i: ConnId,
pub g_x: BytesP256ElemLen,
pub h_message_1: BytesHashLen,
}Fields§
§y: BytesP256ElemLen§g_y: BytesP256ElemLen§c_i: ConnId§g_x: BytesP256ElemLen§h_message_1: BytesHashLenTrait Implementations§
Source§impl Debug for ProcessingM1
impl Debug for ProcessingM1
Source§impl Default for ProcessingM1
impl Default for ProcessingM1
Source§fn default() -> ProcessingM1
fn default() -> ProcessingM1
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProcessingM1
impl RefUnwindSafe for ProcessingM1
impl Send for ProcessingM1
impl Sync for ProcessingM1
impl Unpin for ProcessingM1
impl UnwindSafe for ProcessingM1
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