#[repr(C)]pub struct ET_TensorRef {
pub ptr: *const c_void,
}Fields§
§ptr: *const c_voidTrait Implementations§
Source§impl Clone for ET_TensorRef
impl Clone for ET_TensorRef
impl Copy for ET_TensorRef
Auto Trait Implementations§
impl !Send for ET_TensorRef
impl !Sync for ET_TensorRef
impl Freeze for ET_TensorRef
impl RefUnwindSafe for ET_TensorRef
impl Unpin for ET_TensorRef
impl UnsafeUnpin for ET_TensorRef
impl UnwindSafe for ET_TensorRef
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