pub struct EcPointFormat(/* private fields */);Implementations§
Source§impl EcPointFormat
impl EcPointFormat
pub const UNCOMPRESSED: EcPointFormat
pub const ANSI_X962_PRIME: EcPointFormat
pub const ANSI_X962_CHAR2: EcPointFormat
pub fn spec(&self) -> &str
pub fn into_inner(self) -> u8
pub fn new(v: u8) -> EcPointFormat
Trait Implementations§
Source§impl Clone for EcPointFormat
impl Clone for EcPointFormat
Source§fn clone(&self) -> EcPointFormat
fn clone(&self) -> EcPointFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EcPointFormat
impl Debug for EcPointFormat
Source§impl PartialEq for EcPointFormat
impl PartialEq for EcPointFormat
impl StructuralPartialEq for EcPointFormat
Auto Trait Implementations§
impl Freeze for EcPointFormat
impl RefUnwindSafe for EcPointFormat
impl Send for EcPointFormat
impl Sync for EcPointFormat
impl Unpin for EcPointFormat
impl UnsafeUnpin for EcPointFormat
impl UnwindSafe for EcPointFormat
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