#[repr(i32)]pub enum APILanguage {
kCPP = 0,
kPYTHON = 1,
}Expand description
APILanguage
Programming language used in the implementation of a TRT interface
Variants§
Trait Implementations§
Source§impl Clone for APILanguage
impl Clone for APILanguage
Source§fn clone(&self) -> APILanguage
fn clone(&self) -> APILanguage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ExternType for APILanguage
impl ExternType for APILanguage
Source§impl Hash for APILanguage
impl Hash for APILanguage
Source§impl PartialEq for APILanguage
impl PartialEq for APILanguage
Source§fn eq(&self, other: &APILanguage) -> bool
fn eq(&self, other: &APILanguage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for APILanguage
impl StructuralPartialEq for APILanguage
impl UniquePtrTarget for APILanguage
impl VectorElement for APILanguage
impl WeakPtrTarget for APILanguage
Auto Trait Implementations§
impl Freeze for APILanguage
impl RefUnwindSafe for APILanguage
impl Send for APILanguage
impl Sync for APILanguage
impl Unpin for APILanguage
impl UnsafeUnpin for APILanguage
impl UnwindSafe for APILanguage
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