#[repr(i32)]pub enum tagOLECONTF {
OLECONTF_EMBEDDINGS = 1,
OLECONTF_LINKS = 2,
OLECONTF_OTHERS = 4,
OLECONTF_ONLYUSER = 8,
OLECONTF_ONLYIFRUNNING = 16,
}Variants§
OLECONTF_EMBEDDINGS = 1
OLECONTF_LINKS = 2
OLECONTF_OTHERS = 4
OLECONTF_ONLYUSER = 8
OLECONTF_ONLYIFRUNNING = 16
Trait Implementations§
Source§impl Clone for tagOLECONTF
impl Clone for tagOLECONTF
Source§fn clone(&self) -> tagOLECONTF
fn clone(&self) -> tagOLECONTF
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 tagOLECONTF
impl Debug for tagOLECONTF
Source§impl Hash for tagOLECONTF
impl Hash for tagOLECONTF
Source§impl PartialEq for tagOLECONTF
impl PartialEq for tagOLECONTF
impl Copy for tagOLECONTF
impl Eq for tagOLECONTF
impl StructuralPartialEq for tagOLECONTF
Auto Trait Implementations§
impl Freeze for tagOLECONTF
impl RefUnwindSafe for tagOLECONTF
impl Send for tagOLECONTF
impl Sync for tagOLECONTF
impl Unpin for tagOLECONTF
impl UnwindSafe for tagOLECONTF
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