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