#[repr(u32)]pub enum UCPMapRangeOption {
UCPMAP_RANGE_NORMAL = 0,
UCPMAP_RANGE_FIXED_LEAD_SURROGATES = 1,
UCPMAP_RANGE_FIXED_ALL_SURROGATES = 2,
}
Variants§
UCPMAP_RANGE_NORMAL = 0
UCPMAP_RANGE_FIXED_LEAD_SURROGATES = 1
UCPMAP_RANGE_FIXED_ALL_SURROGATES = 2
Trait Implementations§
Source§impl Clone for UCPMapRangeOption
impl Clone for UCPMapRangeOption
Source§fn clone(&self) -> UCPMapRangeOption
fn clone(&self) -> UCPMapRangeOption
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 UCPMapRangeOption
impl Debug for UCPMapRangeOption
Source§impl Hash for UCPMapRangeOption
impl Hash for UCPMapRangeOption
Source§impl PartialEq for UCPMapRangeOption
impl PartialEq for UCPMapRangeOption
Source§impl PartialOrd for UCPMapRangeOption
impl PartialOrd for UCPMapRangeOption
impl Copy for UCPMapRangeOption
impl Eq for UCPMapRangeOption
impl StructuralPartialEq for UCPMapRangeOption
Auto Trait Implementations§
impl Freeze for UCPMapRangeOption
impl RefUnwindSafe for UCPMapRangeOption
impl Send for UCPMapRangeOption
impl Sync for UCPMapRangeOption
impl Unpin for UCPMapRangeOption
impl UnwindSafe for UCPMapRangeOption
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
)