Enum smile::ffi::dsl_arcType
source · #[repr(u32)]pub enum dsl_arcType {
dsl_normalArc = 0,
dsl_costObserve = 1,
}Variants§
Trait Implementations§
source§impl Clone for dsl_arcType
impl Clone for dsl_arcType
source§fn clone(&self) -> dsl_arcType
fn clone(&self) -> dsl_arcType
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 ExternType for dsl_arcType
impl ExternType for dsl_arcType
source§impl Hash for dsl_arcType
impl Hash for dsl_arcType
source§impl PartialEq for dsl_arcType
impl PartialEq for dsl_arcType
source§fn eq(&self, other: &dsl_arcType) -> bool
fn eq(&self, other: &dsl_arcType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for dsl_arcType
impl StructuralPartialEq for dsl_arcType
impl UniquePtrTarget for dsl_arcType
impl VectorElement for dsl_arcType
impl WeakPtrTarget for dsl_arcType
Auto Trait Implementations§
impl Freeze for dsl_arcType
impl RefUnwindSafe for dsl_arcType
impl Send for dsl_arcType
impl Sync for dsl_arcType
impl Unpin for dsl_arcType
impl UnwindSafe for dsl_arcType
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