#[repr(u8)]pub enum Opsel {
PUBKEY = 0,
ECDSA = 1,
PTMUL = 2,
_RESERVED_3 = 3,
}
Variants§
PUBKEY = 0
Public Key Generation
ECDSA = 1
ECDSA Signature
PTMUL = 2
Point Multiplication
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Opsel
impl Ord for Opsel
Source§impl PartialOrd for Opsel
impl PartialOrd for Opsel
impl Copy for Opsel
impl Eq for Opsel
impl StructuralPartialEq for Opsel
Auto Trait Implementations§
impl Freeze for Opsel
impl RefUnwindSafe for Opsel
impl Send for Opsel
impl Sync for Opsel
impl Unpin for Opsel
impl UnwindSafe for Opsel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)