#[repr(C)]pub struct TA_RealDataPair {
pub value: TA_Real,
pub string: *const c_char,
}
Fields§
§value: TA_Real
§string: *const c_char
Trait Implementations§
Source§impl Clone for TA_RealDataPair
impl Clone for TA_RealDataPair
Source§fn clone(&self) -> TA_RealDataPair
fn clone(&self) -> TA_RealDataPair
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 TA_RealDataPair
impl Debug for TA_RealDataPair
impl Copy for TA_RealDataPair
Auto Trait Implementations§
impl Freeze for TA_RealDataPair
impl RefUnwindSafe for TA_RealDataPair
impl !Send for TA_RealDataPair
impl !Sync for TA_RealDataPair
impl Unpin for TA_RealDataPair
impl UnwindSafe for TA_RealDataPair
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