pub struct RemapDimensionsTransformImpl { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for RemapDimensionsTransformImpl
impl Drop for RemapDimensionsTransformImpl
Source§impl NativeVectorTransform for RemapDimensionsTransformImpl
impl NativeVectorTransform for RemapDimensionsTransformImpl
Source§fn inner_ptr(&self) -> *mut FaissVectorTransform
fn inner_ptr(&self) -> *mut FaissVectorTransform
Retrieve a pointer to the native object.
impl Send for RemapDimensionsTransformImpl
impl Sync for RemapDimensionsTransformImpl
Auto Trait Implementations§
impl Freeze for RemapDimensionsTransformImpl
impl RefUnwindSafe for RemapDimensionsTransformImpl
impl Unpin for RemapDimensionsTransformImpl
impl UnwindSafe for RemapDimensionsTransformImpl
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