#[repr(u32)]pub enum OrtLanguageProjection {
ORT_PROJECTION_C = 0,
ORT_PROJECTION_CPLUSPLUS = 1,
ORT_PROJECTION_CSHARP = 2,
ORT_PROJECTION_PYTHON = 3,
ORT_PROJECTION_JAVA = 4,
ORT_PROJECTION_WINML = 5,
ORT_PROJECTION_NODEJS = 6,
}
Variants§
ORT_PROJECTION_C = 0
ORT_PROJECTION_CPLUSPLUS = 1
ORT_PROJECTION_CSHARP = 2
ORT_PROJECTION_PYTHON = 3
ORT_PROJECTION_JAVA = 4
ORT_PROJECTION_WINML = 5
ORT_PROJECTION_NODEJS = 6
Trait Implementations§
Source§impl Clone for OrtLanguageProjection
impl Clone for OrtLanguageProjection
Source§fn clone(&self) -> OrtLanguageProjection
fn clone(&self) -> OrtLanguageProjection
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OrtLanguageProjection
impl Debug for OrtLanguageProjection
Source§impl Hash for OrtLanguageProjection
impl Hash for OrtLanguageProjection
Source§impl PartialEq for OrtLanguageProjection
impl PartialEq for OrtLanguageProjection
impl Copy for OrtLanguageProjection
impl Eq for OrtLanguageProjection
impl StructuralPartialEq for OrtLanguageProjection
Auto Trait Implementations§
impl Freeze for OrtLanguageProjection
impl RefUnwindSafe for OrtLanguageProjection
impl Send for OrtLanguageProjection
impl Sync for OrtLanguageProjection
impl Unpin for OrtLanguageProjection
impl UnwindSafe for OrtLanguageProjection
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