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