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