Enum atsamd_hal::pukcc::PukclReturnCodeSevere
source · [−]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
sourceimpl Clone for PukclReturnCodeSevere
impl Clone for PukclReturnCodeSevere
sourcefn clone(&self) -> PukclReturnCodeSevere
fn clone(&self) -> PukclReturnCodeSevere
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PukclReturnCodeSevere
impl Debug for PukclReturnCodeSevere
impl Copy for PukclReturnCodeSevere
Auto Trait Implementations
impl RefUnwindSafe for PukclReturnCodeSevere
impl Send for PukclReturnCodeSevere
impl Sync for PukclReturnCodeSevere
impl Unpin for PukclReturnCodeSevere
impl UnwindSafe for PukclReturnCodeSevere
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more