#[repr(C)]pub struct thal_parameters {Show 16 fields
pub dangle_dh: *mut c_char,
pub dangle_ds: *mut c_char,
pub loops_dh: *mut c_char,
pub loops_ds: *mut c_char,
pub stack_dh: *mut c_char,
pub stack_ds: *mut c_char,
pub stackmm_dh: *mut c_char,
pub stackmm_ds: *mut c_char,
pub tetraloop_dh: *mut c_char,
pub tetraloop_ds: *mut c_char,
pub triloop_dh: *mut c_char,
pub triloop_ds: *mut c_char,
pub tstack_tm_inf_ds: *mut c_char,
pub tstack_dh: *mut c_char,
pub tstack2_dh: *mut c_char,
pub tstack2_ds: *mut c_char,
}Fields§
§dangle_dh: *mut c_char§dangle_ds: *mut c_char§loops_dh: *mut c_char§loops_ds: *mut c_char§stack_dh: *mut c_char§stack_ds: *mut c_char§stackmm_dh: *mut c_char§stackmm_ds: *mut c_char§tetraloop_dh: *mut c_char§tetraloop_ds: *mut c_char§triloop_dh: *mut c_char§triloop_ds: *mut c_char§tstack_tm_inf_ds: *mut c_char§tstack_dh: *mut c_char§tstack2_dh: *mut c_char§tstack2_ds: *mut c_charTrait Implementations§
Source§impl Clone for thal_parameters
impl Clone for thal_parameters
Source§fn clone(&self) -> thal_parameters
fn clone(&self) -> thal_parameters
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for thal_parameters
impl Debug for thal_parameters
impl Copy for thal_parameters
Auto Trait Implementations§
impl Freeze for thal_parameters
impl RefUnwindSafe for thal_parameters
impl !Send for thal_parameters
impl !Sync for thal_parameters
impl Unpin for thal_parameters
impl UnsafeUnpin for thal_parameters
impl UnwindSafe for thal_parameters
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