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