#[repr(i32)]pub enum TVMFFIDefRegionKind {
kTVMFFIDefRegionKindNone = 0,
kTVMFFIDefRegionKindPattern = 1,
kTVMFFIDefRegionKindSimple = 2,
}Expand description
Definition-region mode used by structural traversal.
Variants§
Trait Implementations§
Source§impl Clone for TVMFFIDefRegionKind
impl Clone for TVMFFIDefRegionKind
Source§fn clone(&self) -> TVMFFIDefRegionKind
fn clone(&self) -> TVMFFIDefRegionKind
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 moreimpl Copy for TVMFFIDefRegionKind
Source§impl Debug for TVMFFIDefRegionKind
impl Debug for TVMFFIDefRegionKind
impl Eq for TVMFFIDefRegionKind
Source§impl PartialEq for TVMFFIDefRegionKind
impl PartialEq for TVMFFIDefRegionKind
Source§fn eq(&self, other: &TVMFFIDefRegionKind) -> bool
fn eq(&self, other: &TVMFFIDefRegionKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TVMFFIDefRegionKind
Auto Trait Implementations§
impl Freeze for TVMFFIDefRegionKind
impl RefUnwindSafe for TVMFFIDefRegionKind
impl Send for TVMFFIDefRegionKind
impl Sync for TVMFFIDefRegionKind
impl Unpin for TVMFFIDefRegionKind
impl UnsafeUnpin for TVMFFIDefRegionKind
impl UnwindSafe for TVMFFIDefRegionKind
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