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