pub struct GarbledGate {
pub input_a: WireLabel,
pub input_b: WireLabel,
pub output: WireLabel,
pub table: [[Vec<u8>; 2]; 2],
}Fields§
§input_a: WireLabel§input_b: WireLabel§output: WireLabel§table: [[Vec<u8>; 2]; 2]Auto Trait Implementations§
impl Freeze for GarbledGate
impl RefUnwindSafe for GarbledGate
impl Send for GarbledGate
impl Sync for GarbledGate
impl Unpin for GarbledGate
impl UnsafeUnpin for GarbledGate
impl UnwindSafe for GarbledGate
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