#[repr(u8)]pub enum Selcurve {
NOACCEL = 0,
P256 = 1,
P384 = 2,
P521 = 3,
P192 = 4,
CURVE25519 = 5,
ED25519 = 6,
_RESERVED_7 = 7,
}
Variants§
NOACCEL = 0
Unspecified
P256 = 1
Unspecified
P384 = 2
Unspecified
P521 = 3
Unspecified
P192 = 4
Unspecified
CURVE25519 = 5
Unspecified
ED25519 = 6
Unspecified
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Selcurve
impl Ord for Selcurve
Source§impl PartialOrd for Selcurve
impl PartialOrd for Selcurve
impl Copy for Selcurve
impl Eq for Selcurve
impl StructuralPartialEq for Selcurve
Auto Trait Implementations§
impl Freeze for Selcurve
impl RefUnwindSafe for Selcurve
impl Send for Selcurve
impl Sync for Selcurve
impl Unpin for Selcurve
impl UnwindSafe for Selcurve
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
)