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