#[repr(i32)]pub enum tagCHANGEKIND {
CHANGEKIND_ADDMEMBER = 0,
CHANGEKIND_DELETEMEMBER = 1,
CHANGEKIND_SETNAMES = 2,
CHANGEKIND_SETDOCUMENTATION = 3,
CHANGEKIND_GENERAL = 4,
CHANGEKIND_INVALIDATE = 5,
CHANGEKIND_CHANGEFAILED = 6,
CHANGEKIND_MAX = 7,
}Variants§
CHANGEKIND_ADDMEMBER = 0
CHANGEKIND_DELETEMEMBER = 1
CHANGEKIND_SETNAMES = 2
CHANGEKIND_SETDOCUMENTATION = 3
CHANGEKIND_GENERAL = 4
CHANGEKIND_INVALIDATE = 5
CHANGEKIND_CHANGEFAILED = 6
CHANGEKIND_MAX = 7
Trait Implementations§
Source§impl Clone for tagCHANGEKIND
impl Clone for tagCHANGEKIND
Source§fn clone(&self) -> tagCHANGEKIND
fn clone(&self) -> tagCHANGEKIND
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 tagCHANGEKIND
impl Debug for tagCHANGEKIND
Source§impl Hash for tagCHANGEKIND
impl Hash for tagCHANGEKIND
Source§impl PartialEq for tagCHANGEKIND
impl PartialEq for tagCHANGEKIND
impl Copy for tagCHANGEKIND
impl Eq for tagCHANGEKIND
impl StructuralPartialEq for tagCHANGEKIND
Auto Trait Implementations§
impl Freeze for tagCHANGEKIND
impl RefUnwindSafe for tagCHANGEKIND
impl Send for tagCHANGEKIND
impl Sync for tagCHANGEKIND
impl Unpin for tagCHANGEKIND
impl UnwindSafe for tagCHANGEKIND
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