#[repr(transparent)]pub struct HUIATEXTRANGE(pub isize);
Tuple Fields§
§0: isize
Implementations§
Trait Implementations§
Source§impl Abi for HUIATEXTRANGE
impl Abi for HUIATEXTRANGE
Source§type Abi = HUIATEXTRANGE
type Abi = HUIATEXTRANGE
The abi representation of the implementing type. Read more
type DefaultType = HUIATEXTRANGE
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 HUIATEXTRANGE
impl Clone for HUIATEXTRANGE
Source§fn clone(&self) -> HUIATEXTRANGE
fn clone(&self) -> HUIATEXTRANGE
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 HUIATEXTRANGE
impl Debug for HUIATEXTRANGE
Source§impl Default for HUIATEXTRANGE
impl Default for HUIATEXTRANGE
Source§impl PartialEq for HUIATEXTRANGE
impl PartialEq for HUIATEXTRANGE
impl Copy for HUIATEXTRANGE
impl Eq for HUIATEXTRANGE
Auto Trait Implementations§
impl Freeze for HUIATEXTRANGE
impl RefUnwindSafe for HUIATEXTRANGE
impl Send for HUIATEXTRANGE
impl Sync for HUIATEXTRANGE
impl Unpin for HUIATEXTRANGE
impl UnwindSafe for HUIATEXTRANGE
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