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