#[repr(C)]pub struct ltc_dh_set_type {
pub size: c_int,
pub name: *const c_char,
pub base: *const c_char,
pub prime: *const c_char,
}Fields§
§size: c_int§name: *const c_char§base: *const c_char§prime: *const c_charTrait Implementations§
Source§impl Clone for ltc_dh_set_type
impl Clone for ltc_dh_set_type
Source§impl Debug for ltc_dh_set_type
impl Debug for ltc_dh_set_type
impl Copy for ltc_dh_set_type
Auto Trait Implementations§
impl Freeze for ltc_dh_set_type
impl RefUnwindSafe for ltc_dh_set_type
impl !Send for ltc_dh_set_type
impl !Sync for ltc_dh_set_type
impl Unpin for ltc_dh_set_type
impl UnwindSafe for ltc_dh_set_type
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