pub struct OtSetup {
pub c: AffinePoint,
}Expand description
Sender’s setup message.
Fields§
§c: AffinePointRandom point C.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OtSetup
impl RefUnwindSafe for OtSetup
impl Send for OtSetup
impl Sync for OtSetup
impl Unpin for OtSetup
impl UnsafeUnpin for OtSetup
impl UnwindSafe for OtSetup
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