#[repr(i32)]pub enum tagINVOKEKIND {
INVOKE_FUNC = 1,
INVOKE_PROPERTYGET = 2,
INVOKE_PROPERTYPUT = 4,
INVOKE_PROPERTYPUTREF = 8,
}Variants§
Trait Implementations§
Source§impl Clone for tagINVOKEKIND
impl Clone for tagINVOKEKIND
Source§fn clone(&self) -> tagINVOKEKIND
fn clone(&self) -> tagINVOKEKIND
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 tagINVOKEKIND
impl Debug for tagINVOKEKIND
Source§impl Hash for tagINVOKEKIND
impl Hash for tagINVOKEKIND
Source§impl PartialEq for tagINVOKEKIND
impl PartialEq for tagINVOKEKIND
impl Copy for tagINVOKEKIND
impl Eq for tagINVOKEKIND
impl StructuralPartialEq for tagINVOKEKIND
Auto Trait Implementations§
impl Freeze for tagINVOKEKIND
impl RefUnwindSafe for tagINVOKEKIND
impl Send for tagINVOKEKIND
impl Sync for tagINVOKEKIND
impl Unpin for tagINVOKEKIND
impl UnwindSafe for tagINVOKEKIND
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