#[repr(i32)]pub enum OrtPropertyType {
OrtIntProperty = 0,
OrtFloatProperty = 1,
OrtStringProperty = 2,
}Variants§
Trait Implementations§
Source§impl Clone for OrtPropertyType
impl Clone for OrtPropertyType
Source§fn clone(&self) -> OrtPropertyType
fn clone(&self) -> OrtPropertyType
Returns a duplicate 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 OrtPropertyType
impl Debug for OrtPropertyType
Source§impl Hash for OrtPropertyType
impl Hash for OrtPropertyType
Source§impl PartialEq for OrtPropertyType
impl PartialEq for OrtPropertyType
impl Copy for OrtPropertyType
impl Eq for OrtPropertyType
impl StructuralPartialEq for OrtPropertyType
Auto Trait Implementations§
impl Freeze for OrtPropertyType
impl RefUnwindSafe for OrtPropertyType
impl Send for OrtPropertyType
impl Sync for OrtPropertyType
impl Unpin for OrtPropertyType
impl UnwindSafe for OrtPropertyType
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