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