#[repr(C)]pub struct ecc_curve { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ecc_curve
impl RefUnwindSafe for ecc_curve
impl Send for ecc_curve
impl Sync for ecc_curve
impl Unpin for ecc_curve
impl UnwindSafe for ecc_curve
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