#[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