#[repr(i32)]pub enum tagVARKIND {
VAR_PERINSTANCE = 0,
VAR_STATIC = 1,
VAR_CONST = 2,
VAR_DISPATCH = 3,
}Variants§
Trait Implementations§
Source§impl Clone for tagVARKIND
impl Clone for tagVARKIND
Source§fn clone(&self) -> tagVARKIND
fn clone(&self) -> tagVARKIND
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 tagVARKIND
impl Debug for tagVARKIND
Source§impl Hash for tagVARKIND
impl Hash for tagVARKIND
Source§impl PartialEq for tagVARKIND
impl PartialEq for tagVARKIND
impl Copy for tagVARKIND
impl Eq for tagVARKIND
impl StructuralPartialEq for tagVARKIND
Auto Trait Implementations§
impl Freeze for tagVARKIND
impl RefUnwindSafe for tagVARKIND
impl Send for tagVARKIND
impl Sync for tagVARKIND
impl Unpin for tagVARKIND
impl UnwindSafe for tagVARKIND
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