#[repr(transparent)]pub struct GLOBALOPT_PROPERTIES(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl GLOBALOPT_PROPERTIES
impl GLOBALOPT_PROPERTIES
pub const COMGLB_EXCEPTION_HANDLING: Self
pub const COMGLB_APPID: Self
pub const COMGLB_RPC_THREADPOOL_SETTING: Self
pub const COMGLB_RO_SETTINGS: Self
pub const COMGLB_UNMARSHALING_POLICY: Self
pub const COMGLB_PROPERTIES_RESERVED1: Self
pub const COMGLB_PROPERTIES_RESERVED2: Self
pub const COMGLB_PROPERTIES_RESERVED3: Self
Trait Implementations§
Source§impl Abi for GLOBALOPT_PROPERTIES
impl Abi for GLOBALOPT_PROPERTIES
Source§type Abi = GLOBALOPT_PROPERTIES
type Abi = GLOBALOPT_PROPERTIES
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_PROPERTIES
impl Clone for GLOBALOPT_PROPERTIES
Source§fn clone(&self) -> GLOBALOPT_PROPERTIES
fn clone(&self) -> GLOBALOPT_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 GLOBALOPT_PROPERTIES
impl Debug for GLOBALOPT_PROPERTIES
Source§impl Default for GLOBALOPT_PROPERTIES
impl Default for GLOBALOPT_PROPERTIES
Source§fn default() -> GLOBALOPT_PROPERTIES
fn default() -> GLOBALOPT_PROPERTIES
Returns the “default value” for a type. Read more
Source§impl From<i32> for GLOBALOPT_PROPERTIES
impl From<i32> for GLOBALOPT_PROPERTIES
Source§impl PartialEq for GLOBALOPT_PROPERTIES
impl PartialEq for GLOBALOPT_PROPERTIES
impl Copy for GLOBALOPT_PROPERTIES
impl Eq for GLOBALOPT_PROPERTIES
impl StructuralPartialEq for GLOBALOPT_PROPERTIES
Auto Trait Implementations§
impl Freeze for GLOBALOPT_PROPERTIES
impl RefUnwindSafe for GLOBALOPT_PROPERTIES
impl Send for GLOBALOPT_PROPERTIES
impl Sync for GLOBALOPT_PROPERTIES
impl Unpin for GLOBALOPT_PROPERTIES
impl UnwindSafe for GLOBALOPT_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