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