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