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