#[repr(C)]pub struct THCharStorage {
pub data: *mut c_char,
pub size: isize,
pub refcount: c_int,
pub flag: c_char,
pub allocator: *mut THAllocator,
pub allocatorContext: *mut c_void,
pub view: *mut THCharStorage,
}
Fields§
§data: *mut c_char
§size: isize
§refcount: c_int
§flag: c_char
§allocator: *mut THAllocator
§allocatorContext: *mut c_void
§view: *mut THCharStorage
Trait Implementations§
Source§impl Clone for THCharStorage
impl Clone for THCharStorage
impl Copy for THCharStorage
Auto Trait Implementations§
impl Freeze for THCharStorage
impl RefUnwindSafe for THCharStorage
impl !Send for THCharStorage
impl !Sync for THCharStorage
impl Unpin for THCharStorage
impl UnwindSafe for THCharStorage
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