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