#[repr(i32)]pub enum tagGLOBALOPT_PROPERTIES {
COMGLB_EXCEPTION_HANDLING = 1,
COMGLB_APPID = 2,
COMGLB_RPC_THREADPOOL_SETTING = 3,
COMGLB_RO_SETTINGS = 4,
COMGLB_UNMARSHALING_POLICY = 5,
COMGLB_PROPERTIES_RESERVED1 = 6,
COMGLB_PROPERTIES_RESERVED2 = 7,
COMGLB_PROPERTIES_RESERVED3 = 8,
}Variants§
COMGLB_EXCEPTION_HANDLING = 1
COMGLB_APPID = 2
COMGLB_RPC_THREADPOOL_SETTING = 3
COMGLB_RO_SETTINGS = 4
COMGLB_UNMARSHALING_POLICY = 5
COMGLB_PROPERTIES_RESERVED1 = 6
COMGLB_PROPERTIES_RESERVED2 = 7
COMGLB_PROPERTIES_RESERVED3 = 8
Trait Implementations§
Source§impl Clone for tagGLOBALOPT_PROPERTIES
impl Clone for tagGLOBALOPT_PROPERTIES
Source§fn clone(&self) -> tagGLOBALOPT_PROPERTIES
fn clone(&self) -> tagGLOBALOPT_PROPERTIES
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 tagGLOBALOPT_PROPERTIES
impl Debug for tagGLOBALOPT_PROPERTIES
Source§impl Hash for tagGLOBALOPT_PROPERTIES
impl Hash for tagGLOBALOPT_PROPERTIES
Source§impl PartialEq for tagGLOBALOPT_PROPERTIES
impl PartialEq for tagGLOBALOPT_PROPERTIES
impl Copy for tagGLOBALOPT_PROPERTIES
impl Eq for tagGLOBALOPT_PROPERTIES
impl StructuralPartialEq for tagGLOBALOPT_PROPERTIES
Auto Trait Implementations§
impl Freeze for tagGLOBALOPT_PROPERTIES
impl RefUnwindSafe for tagGLOBALOPT_PROPERTIES
impl Send for tagGLOBALOPT_PROPERTIES
impl Sync for tagGLOBALOPT_PROPERTIES
impl Unpin for tagGLOBALOPT_PROPERTIES
impl UnwindSafe for tagGLOBALOPT_PROPERTIES
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