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