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_COMPRESSEDPOINT_CONVERSION_UNCOMPRESSEDPOINT_CONVERSION_HYBRIDTrait Implementations
impl Clone for point_conversion_form_t
fn clone(&Self) -> point_conversion_form_timpl Copy for point_conversion_form_tAuto Trait Implementations
impl RefUnwindSafe for point_conversion_form_timpl Send for point_conversion_form_timpl Sync for point_conversion_form_timpl Unpin for point_conversion_form_timpl UnwindSafe for point_conversion_form_tBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T