pub struct GeometryEncoder { /* private fields */ }Expand description
End-to-end encoder: AP positions -> 64-dim geometry vector.
Implementations§
Auto Trait Implementations§
impl Freeze for GeometryEncoder
impl RefUnwindSafe for GeometryEncoder
impl Send for GeometryEncoder
impl Sync for GeometryEncoder
impl Unpin for GeometryEncoder
impl UnsafeUnpin for GeometryEncoder
impl UnwindSafe for GeometryEncoder
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