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