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