#[repr(transparent)]pub struct FeatureElementKindPreview(pub i32);Expand description
Required features: ‘AI_MachineLearning_Preview’, ‘deprecated’
Tuple Fields
0: i32Implementations
impl FeatureElementKindPreview
impl FeatureElementKindPreview
pub const Undefined: Self
pub const Float: Self
pub const UInt8: Self
pub const Int8: Self
pub const UInt16: Self
pub const Int16: Self
pub const Int32: Self
pub const Int64: Self
pub const String: Self
pub const Boolean: Self
pub const Float16: Self
pub const Double: Self
pub const UInt32: Self
pub const UInt64: Self
pub const Complex64: Self
pub const Complex128: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more