Enum openssl_sys::point_conversion_form_t
#[repr(C)]
pub enum point_conversion_form_t {
POINT_CONVERSION_COMPRESSED,
POINT_CONVERSION_UNCOMPRESSED,
POINT_CONVERSION_HYBRID,
}
Variants
POINT_CONVERSION_COMPRESSED
POINT_CONVERSION_UNCOMPRESSED
POINT_CONVERSION_HYBRID
Trait Implementations
impl Clone for point_conversion_form_t
fn clone(&Self) -> point_conversion_form_t
impl Copy for point_conversion_form_t
Auto Trait Implementations
impl RefUnwindSafe for point_conversion_form_t
impl Send for point_conversion_form_t
impl Sync for point_conversion_form_t
impl Unpin for point_conversion_form_t
impl UnwindSafe for point_conversion_form_t
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T