pub enum PukclReturnCodeSevere {
Show 22 variants
ComputationNotStarted,
UnknownService,
UnexploitableOptions,
HardwareIssue,
WrongHardware,
LibraryMalformed,
Error,
UnknownSubservice,
OverlapNotAllowed,
ParamNotInPukccram,
ParamNotInRam,
ParamNotInCpuram,
ParamWrongLength,
ParamBadAlignment,
ParamXBiggerThanY,
ParamLengthTooSmall,
DivisionByZero,
MalformedModulus,
FaultDetected,
MalformedKey,
AprioriOk,
WrongService,
}
Expand description
PukclReturnCode
nested enum subtype
Variants§
ComputationNotStarted
UnknownService
UnexploitableOptions
HardwareIssue
WrongHardware
LibraryMalformed
Error
UnknownSubservice
OverlapNotAllowed
ParamNotInPukccram
ParamNotInRam
ParamNotInCpuram
ParamWrongLength
ParamBadAlignment
ParamXBiggerThanY
ParamLengthTooSmall
DivisionByZero
MalformedModulus
FaultDetected
MalformedKey
AprioriOk
WrongService
Trait Implementations§
Source§impl Clone for PukclReturnCodeSevere
impl Clone for PukclReturnCodeSevere
Source§fn clone(&self) -> PukclReturnCodeSevere
fn clone(&self) -> PukclReturnCodeSevere
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PukclReturnCodeSevere
impl Debug for PukclReturnCodeSevere
impl Copy for PukclReturnCodeSevere
Auto Trait Implementations§
impl Freeze for PukclReturnCodeSevere
impl RefUnwindSafe for PukclReturnCodeSevere
impl Send for PukclReturnCodeSevere
impl Sync for PukclReturnCodeSevere
impl Unpin for PukclReturnCodeSevere
impl UnwindSafe for PukclReturnCodeSevere
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