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