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