#[repr(transparent)]pub struct GLOBALOPT_EH_VALUES(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl GLOBALOPT_EH_VALUES
impl GLOBALOPT_EH_VALUES
pub const COMGLB_EXCEPTION_HANDLE: Self
pub const COMGLB_EXCEPTION_DONOT_HANDLE_FATAL: Self
pub const COMGLB_EXCEPTION_DONOT_HANDLE: Self
pub const COMGLB_EXCEPTION_DONOT_HANDLE_ANY: Self
Trait Implementations§
Source§impl Abi for GLOBALOPT_EH_VALUES
impl Abi for GLOBALOPT_EH_VALUES
Source§type Abi = GLOBALOPT_EH_VALUES
type Abi = GLOBALOPT_EH_VALUES
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for GLOBALOPT_EH_VALUES
impl Clone for GLOBALOPT_EH_VALUES
Source§fn clone(&self) -> GLOBALOPT_EH_VALUES
fn clone(&self) -> GLOBALOPT_EH_VALUES
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 GLOBALOPT_EH_VALUES
impl Debug for GLOBALOPT_EH_VALUES
Source§impl Default for GLOBALOPT_EH_VALUES
impl Default for GLOBALOPT_EH_VALUES
Source§fn default() -> GLOBALOPT_EH_VALUES
fn default() -> GLOBALOPT_EH_VALUES
Returns the “default value” for a type. Read more
Source§impl From<i32> for GLOBALOPT_EH_VALUES
impl From<i32> for GLOBALOPT_EH_VALUES
Source§impl PartialEq for GLOBALOPT_EH_VALUES
impl PartialEq for GLOBALOPT_EH_VALUES
impl Copy for GLOBALOPT_EH_VALUES
impl Eq for GLOBALOPT_EH_VALUES
impl StructuralPartialEq for GLOBALOPT_EH_VALUES
Auto Trait Implementations§
impl Freeze for GLOBALOPT_EH_VALUES
impl RefUnwindSafe for GLOBALOPT_EH_VALUES
impl Send for GLOBALOPT_EH_VALUES
impl Sync for GLOBALOPT_EH_VALUES
impl Unpin for GLOBALOPT_EH_VALUES
impl UnwindSafe for GLOBALOPT_EH_VALUES
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