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