#[repr(C)]pub struct TCXSTR {
pub ptr: *mut c_char,
pub size: c_int,
pub asize: c_int,
}Expand description
extensible string
Fields§
§ptr: *mut c_char§size: c_int§asize: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for TCXSTR
impl RefUnwindSafe for TCXSTR
impl !Send for TCXSTR
impl !Sync for TCXSTR
impl Unpin for TCXSTR
impl UnwindSafe for TCXSTR
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