pub enum VecDtype {
F32,
F64,
}Expand description
Canonical scalar dtype identifier carried in the wire format.
Variants§
Implementations§
Trait Implementations§
impl Copy for VecDtype
impl Eq for VecDtype
impl StructuralPartialEq for VecDtype
Auto Trait Implementations§
impl Freeze for VecDtype
impl RefUnwindSafe for VecDtype
impl Send for VecDtype
impl Sync for VecDtype
impl Unpin for VecDtype
impl UnsafeUnpin for VecDtype
impl UnwindSafe for VecDtype
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