[−][src]Struct libobliv_sys::ProtocolDesc
Fields
partyCount: c_intthisParty: c_interror: c_inttrans: *mut ProtocolTransport__bindgen_anon_1: ProtocolDesc__bindgen_ty_1currentParty: Option<unsafe extern "C" fn(arg1: *mut ProtocolDesc) -> c_int>feedOblivInputs: Option<unsafe extern "C" fn(arg1: *mut ProtocolDesc, arg2: *mut OblivInputs, arg3: usize, arg4: c_int)>revealOblivBits: Option<unsafe extern "C" fn(arg1: *mut ProtocolDesc, arg2: *mut widest_t, arg3: *const OblivBit, arg4: usize, arg5: c_int) -> bool>setBitAnd: Option<unsafe extern "C" fn(arg1: *mut ProtocolDesc, arg2: *mut OblivBit, arg3: *const OblivBit, arg4: *const OblivBit)>setBitOr: Option<unsafe extern "C" fn(arg1: *mut ProtocolDesc, arg2: *mut OblivBit, arg3: *const OblivBit, arg4: *const OblivBit)>setBitXor: Option<unsafe extern "C" fn(arg1: *mut ProtocolDesc, arg2: *mut OblivBit, arg3: *const OblivBit, arg4: *const OblivBit)>setBitNot: Option<unsafe extern "C" fn(arg1: *mut ProtocolDesc, arg2: *mut OblivBit, arg3: *const OblivBit)>flipBit: Option<unsafe extern "C" fn(arg1: *mut ProtocolDesc, arg2: *mut OblivBit)>extra: *mut c_voidsplitextra: Option<unsafe extern "C" fn(arg1: *mut ProtocolDesc, arg2: *mut ProtocolDesc)>cleanextra: Option<unsafe extern "C" fn(arg1: *mut ProtocolDesc)>Trait Implementations
impl Clone for ProtocolDesc[src]
fn clone(&self) -> ProtocolDesc[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ProtocolDesc[src]
Auto Trait Implementations
impl RefUnwindSafe for ProtocolDesc
impl !Send for ProtocolDesc
impl !Sync for ProtocolDesc
impl Unpin for ProtocolDesc
impl UnwindSafe for ProtocolDesc
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,