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