#[repr(i32)]pub enum tagDESCKIND {
DESCKIND_NONE = 0,
DESCKIND_FUNCDESC = 1,
DESCKIND_VARDESC = 2,
DESCKIND_TYPECOMP = 3,
DESCKIND_IMPLICITAPPOBJ = 4,
DESCKIND_MAX = 5,
}Variants§
DESCKIND_NONE = 0
DESCKIND_FUNCDESC = 1
DESCKIND_VARDESC = 2
DESCKIND_TYPECOMP = 3
DESCKIND_IMPLICITAPPOBJ = 4
DESCKIND_MAX = 5
Trait Implementations§
Source§impl Clone for tagDESCKIND
impl Clone for tagDESCKIND
Source§fn clone(&self) -> tagDESCKIND
fn clone(&self) -> tagDESCKIND
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 tagDESCKIND
impl Debug for tagDESCKIND
Source§impl Hash for tagDESCKIND
impl Hash for tagDESCKIND
Source§impl PartialEq for tagDESCKIND
impl PartialEq for tagDESCKIND
impl Copy for tagDESCKIND
impl Eq for tagDESCKIND
impl StructuralPartialEq for tagDESCKIND
Auto Trait Implementations§
impl Freeze for tagDESCKIND
impl RefUnwindSafe for tagDESCKIND
impl Send for tagDESCKIND
impl Sync for tagDESCKIND
impl Unpin for tagDESCKIND
impl UnwindSafe for tagDESCKIND
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