pub enum VectorOp {
DotProduct,
Normalize,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VectorOp
impl RefUnwindSafe for VectorOp
impl Send for VectorOp
impl Sync for VectorOp
impl Unpin for VectorOp
impl UnsafeUnpin for VectorOp
impl UnwindSafe for VectorOp
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