pub enum ObsDtype {
F32,
}Expand description
Output data type for observation values.
v1 supports only F32. F16 and U8 are deferred to v1.5+.
Variants§
F32
32-bit float.
Trait Implementations§
impl Copy for ObsDtype
impl Eq for ObsDtype
impl StructuralPartialEq for ObsDtype
Auto Trait Implementations§
impl Freeze for ObsDtype
impl RefUnwindSafe for ObsDtype
impl Send for ObsDtype
impl Sync for ObsDtype
impl Unpin for ObsDtype
impl UnsafeUnpin for ObsDtype
impl UnwindSafe for ObsDtype
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.