Enum atsamd_hal::pukcc::PukclReturnCodeInfo  
source · [−]pub enum PukclReturnCodeInfo {
    NumberIsNotPrime,
    NumberIsPrime,
}Expand description
PukclReturnCode nested enum subtype
Variants
NumberIsNotPrime
NumberIsPrime
Trait Implementations
sourceimpl Clone for PukclReturnCodeInfo
 
impl Clone for PukclReturnCodeInfo
sourcefn clone(&self) -> PukclReturnCodeInfo
 
fn clone(&self) -> PukclReturnCodeInfo
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 PukclReturnCodeInfo
 
impl Debug for PukclReturnCodeInfo
impl Copy for PukclReturnCodeInfo
Auto Trait Implementations
impl RefUnwindSafe for PukclReturnCodeInfo
impl Send for PukclReturnCodeInfo
impl Sync for PukclReturnCodeInfo
impl Unpin for PukclReturnCodeInfo
impl UnwindSafe for PukclReturnCodeInfo
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