#[repr(i32)]pub enum UConverterPlatform {
UCNV_UNKNOWN = -1,
UCNV_IBM = 0,
}
Variants§
Trait Implementations§
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 Hash for UConverterPlatform
impl Hash for UConverterPlatform
Source§impl PartialEq for UConverterPlatform
impl PartialEq for UConverterPlatform
Source§impl PartialOrd for UConverterPlatform
impl PartialOrd 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)