pub struct SpdzParty {
pub id: u32,
pub mac_key: i64,
}Fields§
§id: u32§mac_key: i64Implementations§
Auto Trait Implementations§
impl Freeze for SpdzParty
impl RefUnwindSafe for SpdzParty
impl Send for SpdzParty
impl Sync for SpdzParty
impl Unpin for SpdzParty
impl UnsafeUnpin for SpdzParty
impl UnwindSafe for SpdzParty
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