pub struct mts_block_t { /* private fields */ }Expand description
Lean-build stubs: always export metatensor C symbols so Fortran/C can link without #ifdef.
Real implementations live under feature = "metatensor".
Auto Trait Implementations§
impl Freeze for mts_block_t
impl RefUnwindSafe for mts_block_t
impl Send for mts_block_t
impl Sync for mts_block_t
impl Unpin for mts_block_t
impl UnsafeUnpin for mts_block_t
impl UnwindSafe for mts_block_t
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