#[repr(C)]pub struct TensorMap {
pub _base: Table,
}Fields§
§_base: TableTrait Implementations§
impl Copy for TensorMap
impl Eq for TensorMap
impl StructuralPartialEq for TensorMap
Auto Trait Implementations§
impl Freeze for TensorMap
impl RefUnwindSafe for TensorMap
impl Send for TensorMap
impl Sync for TensorMap
impl Unpin for TensorMap
impl UnsafeUnpin for TensorMap
impl UnwindSafe for TensorMap
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