Enum openssl_sys::point_conversion_form_t [−][src]
#[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
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
Mutably borrows from an owned value. Read more