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