Struct UConverterUnicodeSet
#[repr(transparent)]pub struct UConverterUnicodeSet(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for UConverterUnicodeSet
impl Clone for UConverterUnicodeSet
§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 more§impl Debug for UConverterUnicodeSet
impl Debug for UConverterUnicodeSet
§impl Default for UConverterUnicodeSet
impl Default for UConverterUnicodeSet
§fn default() -> UConverterUnicodeSet
fn default() -> UConverterUnicodeSet
Returns the “default value” for a type. Read more
§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