#[repr(transparent)]pub struct UConverterPlatform(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Abi for UConverterPlatform
impl Abi for UConverterPlatform
Source§type Abi = UConverterPlatform
type Abi = UConverterPlatform
The abi representation of the implementing type. Read more
type DefaultType = UConverterPlatform
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.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.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for UConverterPlatform
impl Clone for UConverterPlatform
Source§fn clone(&self) -> UConverterPlatform
fn clone(&self) -> UConverterPlatform
Returns a copy 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 UConverterPlatform
impl Debug for UConverterPlatform
Source§impl Default for UConverterPlatform
impl Default for UConverterPlatform
Source§fn default() -> UConverterPlatform
fn default() -> UConverterPlatform
Returns the “default value” for a type. Read more
Source§impl From<i32> for UConverterPlatform
impl From<i32> for UConverterPlatform
Source§impl PartialEq for UConverterPlatform
impl PartialEq for UConverterPlatform
impl Copy for UConverterPlatform
impl Eq for UConverterPlatform
impl StructuralPartialEq for UConverterPlatform
Auto Trait Implementations§
impl Freeze for UConverterPlatform
impl RefUnwindSafe for UConverterPlatform
impl Send for UConverterPlatform
impl Sync for UConverterPlatform
impl Unpin for UConverterPlatform
impl UnwindSafe for UConverterPlatform
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