#[repr(C)]pub struct dh_key {
pub type_: c_int,
pub x: *mut c_void,
pub y: *mut c_void,
pub base: *mut c_void,
pub prime: *mut c_void,
}Fields§
§type_: c_int§x: *mut c_void§y: *mut c_void§base: *mut c_void§prime: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for dh_key
impl RefUnwindSafe for dh_key
impl !Send for dh_key
impl !Sync for dh_key
impl Unpin for dh_key
impl UnwindSafe for dh_key
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