#[repr(C)]pub struct CFMTcShare {
pub scheme: *const c_char,
pub bytes: *const u8,
pub len: u32,
}Expand description
A party’s share of a distributed secret, C view.
Fields§
§scheme: *const c_char§bytes: *const u8§len: u32Auto Trait Implementations§
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