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
impl Copy for point_conversion_form_t
[src]
impl Copy for point_conversion_form_t
impl Clone for point_conversion_form_t
[src]
impl Clone for point_conversion_form_t
fn clone(&self) -> point_conversion_form_t
[src]
fn clone(&self) -> point_conversion_form_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for point_conversion_form_t
impl Send for point_conversion_form_t
impl Sync for point_conversion_form_t
impl Sync for point_conversion_form_t