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