#[repr(transparent)]pub struct FeatureElementKindPreview(pub i32);
Expand description
Required features: "AI_MachineLearning_Preview"
, "deprecated"
Tuple Fields
0: i32
Implementations
impl FeatureElementKindPreview
impl FeatureElementKindPreview
pub const Undefined: Self = Self(0i32)
pub const Float: Self = Self(1i32)
pub const UInt8: Self = Self(2i32)
pub const Int8: Self = Self(3i32)
pub const UInt16: Self = Self(4i32)
pub const Int16: Self = Self(5i32)
pub const Int32: Self = Self(6i32)
pub const Int64: Self = Self(7i32)
pub const String: Self = Self(8i32)
pub const Boolean: Self = Self(9i32)
pub const Float16: Self = Self(10i32)
pub const Double: Self = Self(11i32)
pub const UInt32: Self = Self(12i32)
pub const UInt64: Self = Self(13i32)
pub const Complex64: Self = Self(14i32)
pub const Complex128: Self = Self(15i32)
Trait Implementations
impl Clone for FeatureElementKindPreview
impl Clone for FeatureElementKindPreview
impl Copy for FeatureElementKindPreview
Auto Trait Implementations
impl RefUnwindSafe for FeatureElementKindPreview
impl Send for FeatureElementKindPreview
impl Sync for FeatureElementKindPreview
impl Unpin for FeatureElementKindPreview
impl UnwindSafe for FeatureElementKindPreview
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more