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