pub struct OtChoice {
pub p: AffinePoint,
}Expand description
Receiver’s choice message.
Fields§
§p: AffinePointPoint P_b sent to sender.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OtChoice
impl RefUnwindSafe for OtChoice
impl Send for OtChoice
impl Sync for OtChoice
impl Unpin for OtChoice
impl UnsafeUnpin for OtChoice
impl UnwindSafe for OtChoice
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